Share via


NdisMDeregisterAdapterShutdownHandler

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

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

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

See Also

Reference

MiniportShutdown
MiniportInitialize