MIL_ID SysId, | //in |
MIL_INT64 DispNum, | //in |
MIL_CONST_TEXT_PTR DispFormat, | //in |
MIL_INT64 InitFlag, | //in |
MIL_ID *Disp3dIdPtr | //out |
This function allocates a 3D display on the specified system so that it can be used by subsequent MIL 3D display functions.
There are additional hardware requirements to use MIL 3D displays. For more information, see the Hardware requirements subsection of the Requirements to run MIL section of Chapter 1: Introduction.
When a 3D display is no longer required, you should free it, using M3ddispFree().
Specifies the system on which to allocate the 3D display. This parameter should be set to one of the following values:
For specifying the system
|
|||||||||||||||||||||||||||||||||||||||
Value | Description | ||||||||||||||||||||||||||||||||||||||
M_DEFAULT_HOST |
Specifies the default Host system of the current MIL application. |
||||||||||||||||||||||||||||||||||||||
MIL system identifier |
Specifies a valid system identifier, previously allocated using MsysAlloc(). |
Header | Include mil.h. |
Library | Use mil.lib; mil3d.lib. |
DLL | Requires mil.dll; mil3d.dll. |