Previous Next

NDIS Support for WMI

Through NDIS, clients of Windows Management Instrumentation (WMI) can query and set OIDs maintained by NDIS miniport drivers. WMI clients can also register to receive miniport driver status indications.

NDIS automatically registers miniport drivers and named VCs with WMI, as well as a standard set of OIDs for each miniport driver. For more information, see Standard Miniport Driver OIDs Registered with WM. As described in Customized OIDs and Status Indications, miniport drivers can provide support for custom OIDs and custom status indications.

NDIS does not provide WMI support for protocol drivers. A protocol, such as an intermediate driver, can create a device object for itself and register directly with WMI.

For more information on the WMI architecture, see Windows Management Instrumentation.