This function registers an NIC-driver-supplied MiniportShutdown function to be called when the system is shutting down.
| Header file: | Ndis.h |
| Windows CE versions: | 2.0 and later |
VOID NdisMRegisterAdapterShutdownHandler(
IN NDIS_HANDLE MiniportHandle, IN PVOID ShutdownContext,
IN ADAPTER_SHUTDOWN_HANDLER ShutdownHandler );
The Windows CE version of this function is a stub which does no work. It may be more fully implemented in later versions of Windows CE.