Click here to show toolbars of the Web Online Help System: show toolbars |
MIL_ID MessageId, | //in |
void *MessagePtr, | //out |
MIL_INT64 MessageInSize, | //in |
MIL_INT64 *MessageOutSizePtr, | //out |
MIL_INT64 *MessageTagPtr, | //out |
MIL_INT64 *StatusPtr, | //out |
MIL_INT64 OperationFlag | //in |
Data type: array of type
MIL_UINT8
Required array size:(MessageInSize)
Specifies the address of the variable in which the message is to be written. If M_NULL is specified, this function will return the length of the message.
Specifies the size of the message, in Bytes. You must set this value to 0 if MessagePtr is set to M_NULL.
Specifies the address of the variable in which the size of the message to be read will be written. If unused, set to M_NULL.
Specifies the address of the variable in which the message tag associated with the message will be written. If unused, set to M_NULL.
Specifies the address of the variable in which the status of the read operation will be written. An error will be generated if this parameter is set to M_NULL.
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
![]() ![]() ![]() |
Specifies the current message is not copied or deleted. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() ![]() |
Specifies the read timeout has been attained. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() ![]() |
Specifies the message is copied to MessagePtr. |
Specifies additional options for the read operation.
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default behavior. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies that if the mailbox is of type M_QUEUE, the message will not be deleted after the read operation. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to not use the read operation timeout. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies to remove the current message without reading it. |
Header | Include mil.h. |
Library | Use mil.lib. |
DLL | Requires mil.dll. |