GUID_NDIS_GEN_PCI_DEVICE_CUSTOM_PROPERTIES
WMI clients can use the GUID_NDIS_GEN_PCI_DEVICE_CUSTOM_PROPERTIES method GUID to determine the current link state.
Remarks
NDIS handles this GUID and miniport drivers do not receive an OID query.
When a WMI client issues a GUID_NDIS_GEN_PCI_DEVICE_CUSTOM_PROPERTIES WMI method request, NDIS returns the PCI custom properties of a PCI device for the miniport adapter. The WMI method identifier should be NDIS_WMI_DEFAULT_METHOD_ID, and the WMI input buffer should contain an NDIS_WMI_METHOD_HEADER structure.
The data buffer that NDIS returns with this GUID contains an NDIS_PCI_DEVICE_CUSTOM_PROPERTIES structure.
Requirements
Version |
Supported in NDIS 6.0 and later. |
Header |
Ntddndis.h (include Ndis.h) |