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

Returns information about a message queue object.

BOOLEAN ntxGetRtQueueInfo(
        NTXHANDLE hQueue,
        NTXQUEUEINFO *pQueueInfo
);

Parameters

hQueue
A handle for a valid queue object
pQueueInfo
A pointer to a buffer containing a NTXQUEUEINFO structure which will be filled in on successful completion of the call.

Return Values

Returns TRUE on success. Returns FALSE on error and the extended status may be obtained from ntxGetLastRtError()

Status

E_EXIST 0x0006
The hQueue parameter is not a valid handle.
E_TYPE 0x8002
The hQueue parameter is not a handle for a message queue object.

Requirements

Versions Defined in Include Link to
INtime 5 ntx.h ntx.h ntxext.lib