Share via


Add Miniport Adapter Pause and Restart Support for NDIS 6.0 (Compact 2013)

3/26/2014

Miniport adapter pause and restart capabilities are new features in NDIS 6.0.

NDIS calls a miniport driver's MiniportPause function to stop data flow before performing a Plug and Play operation, such as adding or removing a filter driver or binding or unbinding a protocol driver. The miniport adapter remains in the Pausing state until the pause operation has finished. NDIS calls the miniport driver's MiniportRestart function to return the miniport adapter to the Running state.

For more information about miniport adapter states, see Adapter States of a Miniport Driver.

In This Section

See Also

Concepts

Migrate Miniport Driver Functionality to NDIS 6.0