다음을 통해 공유


NDIS Miniport Driver Functions (Compact 2013)

3/26/2014

This section describes NDIS miniport driver functions.

In This Section

  • MiniportDriverUnload
    Requests the driver to release resources before the system completes a driver unload operation.
  • MiniportHaltEx
    Deallocates resources when a miniport adapter is removed, and stops the hardware.
  • MiniportPause
    Stops the flow of network data through a specified miniport adapter.
  • MiniportRestart
    Initiates a restart request for a miniport adapter that is paused.
  • MiniportShutdownEx
    NDIS calls a miniport driver's MiniportShutdownEx function when the system is shut down.

See Also

Reference

NDIS Miniport Driver Reference