NDIS Functions for Miniport Drivers (Compact 2013)
3/26/2014
This section describes NDIS functions for miniport drivers.
In This Section
- NdisMDeregisterMiniportDriver
Releases resources that were allocated with a previous call to the NdisMRegisterMiniportDriver function
- NdisMGetDeviceProperty
Retrieves device objects required to set up communication with a miniport driver through a bus driver
- NdisMNetPnPEvent
Originates or propagates a network Plug and Play event, an NDIS PnP event, or Power Management event to overlying drivers
- NdisMPauseComplete
Completes a pause operation if the driver returned NDIS_STATUS_PENDING from its MiniportPause function
- NdisMQueryAdapterInstanceName
Retrieves the friendly name of a miniport adapter
- NdisMRegisterMiniportDriver
Registers MiniportXxx entry points with NDIS as the first step in initialization
- NdisMRemoveMiniport
Removes the specified miniport driver adapter that the miniport driver has determined is unrecoverable from the system
- NdisMResetComplete
Returns the final status of a reset request for which the miniport driver previously returned NDIS_STATUS_PENDING
- NdisMRestartComplete
Completes a restart operation if the driver returned NDIS_STATUS_PENDING from its MiniportRestart function
- NdisMSetMiniportAttributes
Called by a miniport driver from its MiniportInitializeEx function to determine a context area for miniport adapter to NDIS