NdisMDeregisterAdapterShutdownHandler (Windows Embedded CE 6.0)
1/6/2010
This function removes a NIC-driver-supplied MiniportShutdown function from the list of registered shutdown handlers to be called.
Syntax
VOID NdisMDeregisterAdapterShutdownHandler(
NDIS_HANDLE MiniportHandle
);
Parameters
- MiniportHandle
[in] Handle originally input to the MiniportInitialize function.
Return Value
None.
Remarks
Any version of this function prior to Windows CE .NET 4.0 is a stub that does no work.
Requirements
Header | ndis.h |
Library | ndis.dll |
Windows Embedded CE | Windows CE .NET 4.0 and later |