Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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