NdisMDeregisterAdapterShutdownHandler (Windows CE 5.0)
This function removes a NIC-driver-supplied MiniportShutdown function from the list of registered shutdown handlers to be called.
VOID NdisMDeregisterAdapterShutdownHandler(NDIS_HANDLE MiniportHandle);
Parameters
- MiniportHandle
[in] Handle originally input to the MiniportInitialize function.
Return Values
None.
Remarks
Any version of this function prior to Windows CE .NET 4.0 is a stub that does no work.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
Link Library: Ndis.dll.
See Also
MiniportShutdown | MiniportInitialize
Send Feedback on this topic to the authors