!ndiskd.minidriver

The !ndiskd.minidriver command displays information about an NDIS miniport driver. If you run this extension with no parameters, !ndiskd will display a list of NDIS miniport drivers that are active on the system.

!ndiskd.minidriver [-handle <x>] [-basic] [-miniports] [-devices] [-handlers]

Parameters

-handle
Optional handle of an NDIS miniport driver.

-basic
Displays basic information about the miniport driver.

-miniports
Displays the miniports associated with this miniport driver.

-devices
Displays devices associated with this miniport driver.

-handlers
Displays this driver's miniport handlers.

DLL

Ndiskd.dll

Examples

Enter the !ndiskd.minidriver command with no parameters to get a list of all NDIS miniport drivers active on the system. In the following example, look for the kdnic adapter's handle, ffffd20d12dec020

1: kd> !ndiskd.minidriver -basic
    ffffd20d173deae0 - tunnel
    ffffd20d12dec020 - kdnic

Using the handle for the kdnic adapter, you can now click on the handle or enter the !ndiskd.minidriver -handle command to see detailed information for the tunnel miniport driver, as well as a list of miniports associated with it.

1: kd> !ndiskd.minidriver ffffd20d12dec020


MINIPORT DRIVER

    kdnic

    Ndis handle        ffffd20d12dec020    [type it]
    Driver context     fffff80d2fa15100
    DRIVER_OBJECT      ffffd20d12dee540
    Driver image       kdnic.sys
    Registry path      \REGISTRY\MACHINE\SYSTEM\ControlSet001\Services\kdnic
    Reference Count    2
    Flags              [No flags set]


MINIPORTS

    Miniport
    ffffd20d12dd71a0 - Microsoft Kernel Debug Network Adapter

    Handlers
    Device objects

See also

Network Driver Design Guide

Windows Vista and Later Networking Reference

Debugging the Network Stack

NDIS extensions (Ndiskd.dll)

!ndiskd.help