NdisMDeregisterAdapterShutdownHandler
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 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
Last updated on Tuesday, May 18, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.