Share via


NdisMDeregisterAdapterShutdownHandler (Windows CE 5.0)

Send Feedback

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

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

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.