INtime SDK Help
GetRtQueueInfo
INtime SDK v6 > About INtime > INtime Kernel > Message Queues > GetRtQueueInfo

Returns information about a message queue object.

BOOLEAN GetRtQueueInfo(
RTHANDLE queueHandle,
QUEUEINFO *queueInfo
);

Parameters

queueHandle
A handle for a valid queue object.
queueInfo
A pointer to a QUEUEINFO structure where the information is to be received.

Returns

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.

Requirements

Versions Defined in Include Link to
INtime 5.0 intime/rt/include/rtbase.h rt.h rt.lib
See Also

Structures