NdisMDeregisterAdapterShutdownHandler removes a NIC-driver-supplied MiniportShutdown function from the list of registered shutdown handlers to be called.
VOID NdisMDeregisterAdapterShutdownHandler(
IN NDIS_HANDLE MiniportHandle);
| Header File: | Ndis.h |
| Module: | Nk |
| Platforms: | |
| Versions: | 2.0 and later |
| Complete Documentation: | Windows NT Device Driver Kit |
The Windows CE version of NdisMDeregisterAdapterShutdownHandler is a stub which does no work. It may be more fully implemented in later versions of Windows CE.