NdisMRegisterAdapterShutdownHandler registers a NIC-driver-supplied MiniportShutdown function to be called when the system is shutting down.
VOID NdisMRegisterAdapterShutdownHandler(
IN NDIS_HANDLE MiniportHandle, IN PVOID ShutdownContext,
IN ADAPTER_SHUTDOWN_HANDLER ShutdownHandler);
| Header File: | Ndis.h |
| Module: | Nk |
| Platforms: | |
| Versions: | 2.0 and later |
| Complete Documentation: | Windows NT Device Driver Kit |
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.