RtndfltUnmanageRxQueue
RtndfltUnmanageRxQueue removes all associations made for a given Rx Queue.
Syntax
BOOL RtndUnmanageInterface(
[in] ULONG_PTR RtndfltRxQueueId
);
Parameters
[in] RtndfltRxQueueId
The number or pointer used to identify the Rx Queue. RtndfltManageRxQueue returns this value.
Return Value
If the function succeeds, it returns TRUE. If the function fails, it returns FALSE. To get extended error information, call GetLastError.
Remarks
The NL2 always calls this function from the main thread of the NL2 process.
After a successful call to this function, the NL2 no longer calls RtndfltReceiveFrames for the specified Rx Queue.
Characteristics
| Real-time requirements | ||
|
Deterministic behavior |
Not required |
|
|
Shutdown-safe behavior |
Not required |
|
| Local memory allocation/deallocation restrictions | ||
|
Process |
External MSpace |
Internal MSpace |
|
System |
Allowed |
Allowed |
|
RTSS process |
Allowed |
Allowed |
| Windows contiguous memory allocation/deallocation restrictions | ||
|
Contiguous memory |
Allowed |
|
Requirements
| Minimum supported version | Header |
|---|---|
|
wRTOS 1.0 SDK |
Rtnd.h |
See Also: