Returns information about a message queue object.
BOOLEAN GetRtQueueInfo(
RTHANDLE queueHandle,
QUEUEINFO *queueInfo
);
queueHandle
queueInfo
Returns TRUE on success. Returns FALSE on failure with the failure status being returned from GetLastRtError().
Status codes returned from this call include:
E_EXIST | The handle is not a valid handle for a queue object. |
E_LIMIT | The object limit has been reached and an internal operation failed. |
E_BAD_ADDR | The queueInfo value is not a valid address. |
E_TRANSMISSION | The request could not be completed due to a network error. |
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 5.0 | intime/rt/include/rtbase.h | rt.h | rt.lib |