NidsMRegisterAdapterShutdownHandler

NdisMRegisterAdapterShutdownHandler registers a NIC-driver-supplied MiniportShutdown function to be called when the system is shutting down.

Syntax

VOID NdisMRegisterAdapterShutdownHandler(
IN NDIS_HANDLE
MiniportHandle, IN PVOID ShutdownContext,
IN ADAPTER_SHUTDOWN_HANDLER
ShutdownHandler);

At a Glance

Header File: Ndis.h
Module: Nk
Platforms:
Versions: 2.0 and later
Complete Documentation: Windows NT Device Driver Kit

Remarks

The Windows CE version of NdisMRegisterAdapterShutdownHandler is a stub which does no work. It may be more fully implemented in later versions of Windows CE.