NdisMDeregisterAdapterShutdownHandler

This function removes an NIC-driver-supplied MiniportShutdown function from the list of registered shutdown handlers to be called.

At a Glance

Header file: Ndis.h
Windows CE versions: 2.0 and later

Syntax

VOID NdisMDeregisterAdapterShutdownHandler(
IN NDIS_HANDLE
MiniportHandle );

Parameters

MiniportHandle
Handle originally input to the MiniportInitialize function.

Remarks

Currently, this function is a stub that does no work. Future versions of Windows CE may implement this function.