NdisMRegisterAdapterShutdownHandler (Windows CE 5.0)

Send Feedback

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

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

Parameters

  • MiniportHandle
    [in] Specifies the handle input to the MiniportInitialize function.
  • ShutdownContext
    [in] Pointer to a driver-determined context area. This pointer is passed to the function at ShutdownHandler when it is called.
  • ShutdownHandler
    [in] Specifies the entry point of the caller's MiniportShutdown function.

Return Values

None.

Remarks

Any version of this function prior to Windows CE .NET 4.0 is a stub that does not work.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
Link Library: Ndis.dll.

See Also

MiniportInitialize | MiniportShutdown

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.