Click here to show toolbars of the Web Online Help System: show toolbars |
MIL_ID SysId, | //in |
MIL_INT64 ObjectType, | //in |
MIL_INT64 InitFlag, | //in |
MIL_ID *ObjIdPtr | //out |
This function allocates a MIL utility object (for example, a message mailbox) for a publishing application within a Distributed MIL monitoring configuration. You can control and inquire a MIL utility object using MobjControl() and MobjInquire(), respectively. When the MIL utility object is no longer required, release it, using MobjFree().
Note, to allocate all other MIL objects that this module can manipulate, use the allocation function of the object's corresponding MIL module (for example, to allocate an image buffer, use MbufAlloc...()).
Specifies the system on which to allocate the MIL utility object. This parameter should be set to one of the following values:
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default Host system of the current MIL application. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies a valid system identifier, previously allocated using MsysAlloc(). |
Specifies the type of MIL utility object to allocate.
See the Parameter associations section for possible values that can be specified.
Specifies the initialization of the MIL utility object.
See the Parameter associations section for possible values that can be specified.
The table below lists possible values for the ObjectType and InitFlag parameters.
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
InitFlag | |||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Creates a message mailbox. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Same as M_QUEUE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that only one message can be kept in the mailbox and is replaced at each write. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that multiple messages can be queued in the mailbox. |
Header | Include mil.h. |
Library | Use mil.lib. |
DLL | Requires mil.dll. |