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 (NAL) RTX64 Network Abstraction Layer 2.0
Minimum Supported Version (RTX64) RTX64 3.4
Header rtnapi.h, RtNalApi.h
Library RtNal.lib

See Also: