RtNalGetNumberOfQueues
RtNalGetNumberOfQueues retrieves the total number of network queues for the whole system, configured by the RTX64 NAL.
Syntax
int RtNalGetNumberOfQueues( void );
Parameters
This function has no parameters.
Return Value
Returns the total number of all queues in use and still available to acquire if the call succeeds. Returns -1 if the call fails. Call GetLastError to obtain an error code. The possible error code is listed below:
Error Code | Meaning |
---|---|
ERROR_NOT_READY | RtNalInit has not completed succesfully. |
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 |