RTNAL_QUEUE

RTNAL_QUEUE is a structure that holds network queue information provided by functions RtNalAcquireQueue, RtNalGetQueueInfoByHandle, and RtNalGetQueueInfoByIndex.

Syntax

typedef struct _RTNAL_QUEUE{
    RTNAL_DEVICE_INFO deviceInfo;
    RTNAL_QUEUE_INFO queueInfo;
    BOOL available;
}RTNAL_QUEUE, *PRTNAL_QUEUE;

Requirements

Minimum Supported Version RTX64 4.0
Header rtnapi.h, RtNalApi.h
Library RtNal.lib

See Also:

RtNalAcquireQueue

RtNalGetQueueByHandle

RtNalGetQueueByIndex

RTNAL_DEVICE_INFO

RTNAL_QUEUE_INFO