Share via


NdisMDeregisterAdapterShutdownHandler (Compact 2013)

3/26/2014

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

Requirements

Header

ndis.h

Library

ndis.dll

See Also

Reference

NDIS 5.x Legacy Functions
MiniportShutdown
MiniportInitialize