RTNAL_QUEUE_HANDLE
RTNAL_QUEUE_HANDLE is a data type that represents the network queue object to the application.
RtNalAcquireQueue returns a queue handle of RTNAL_QUEUE_HANDLE type for exclusive use by the application process. The application then uses this queue handle to configure the queue, send and receive data, and perform IOCTLs on the device driver, among other things.
A queue handle of RTNAL_QUEUE_HANDLE type is not an RTX64 or Windows object handle and it cannot be closed by closehandle, you must use RtNalReleaseQueue. A queue handle is local and cannot be used by another application process.
Requirements
Minimum Supported Version | RTX64 4.0 |
Header | rtnapi.h, RtNalApi.h |
Library | RtNal.lib |
See Also: