RtndUnmanageInterface
RtndUnmanageInterface removes all associations made for a given interface.
Syntax
BOOL RtndUnmanageInterface(
[in] ULONG_PTR RtndInterfaceId
);
Parameters
[in] pRtndInterfaceId
The number or pointer used to identify the interface. This value is returned by RtndManageInterface.
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.
Characteristics
Real-time requirements | ||
Deterministic behavior |
Not required |
|
Local memory allocation/deallocation restrictions | ||
Process |
External MSpace |
Internal MSpace |
System |
Allowed |
Allowed |
Process |
Allowed |
Allowed |
Contiguous memory allocation/deallocation restrictions | ||
Contiguous memory |
Allowed |
Requirements
Minimum supported version | Header |
---|---|
eRTOS 1.0 SDK |
Rtnd.h |
See Also: