NDIS Functions for Intermediate Drivers (Compact 2013)
3/26/2014
For more information about intermediate driver NdisXxx functions, also see NDIS Functions for Miniport Drivers and NDIS Functions for Protocol Drivers.
The following table describes the NDIS functions for intermediate drivers.
In This Section
- NdisIMAssociateMiniport
Informs NDIS that the specified lower and upper interfaces for miniport and protocol drivers respectively belong to the same intermediate driver.
- NdisIMCancelInitializeDeviceInstance
Cancels a preceding call to the NdisIMInitializeDeviceInstanceEx function.
- NdisIMDeInitializeDeviceInstance
Calls an NDIS intermediate driver's MiniportHaltEx function to tear down the driver's virtual miniport.
- NdisIMGetBindingContext
Allows an NDIS protocol driver to access the device context area.
- NdisIMInitializeDeviceInstanceEx
Initiates the initialization operation for a virtual miniport and optionally sets up state information about the virtual miniport for subsequently bound protocol drivers.