OID_GEN_PCI_DEVICE_CUSTOM_PROPERTIES

As a query, overlying drivers use the OID_GEN_PCI_DEVICE_CUSTOM_PROPERTIES OID to get the PCI custom properties of a device.

Remarks

NDIS handles OID_GEN_PCI_DEVICE_CUSTOM_PROPERTIES and miniport drivers do not receive an OID query.

This query is optional for other NDIS drivers.

NDIS returns an NDIS_PCI_DEVICE_CUSTOM_PROPERTIES structure that contains the PCI custom properties.

For non-PCI miniport adapters, NDIS fails OID_GEN_PCI_DEVICE_CUSTOM_PROPERTIES with the NDIS_STATUS_INVALID_DEVICE_REQUEST status code.

Requirements

Version

Supported in NDIS 6.0 and later.

Header

Ntddndis.h (include Ndis.h)

See also

NDIS_PCI_DEVICE_CUSTOM_PROPERTIES