Поделиться через


OID_GEN_SUPPORTED_LIST (Compact 2013)

3/26/2014

As a query, this OID specifies an array of OIDs for objects that the miniport driver or a network adapter supports. Objects include general, media-specific, and implementation-specific objects.

Remarks

NDIS 6.0 miniport drivers do not receive this OID request. NDIS handles this OID with a cached value that miniport drivers supply during initialization.

NDIS forwards a subset of the provided list to protocol drivers that make this query. That is, NDIS filters any supported statistics OIDs out of the list because protocol drivers never make statistics queries.

If a miniport driver lists an OID in its supported OIDs list, it must fully support the OID. That is, the miniport driver must return valid data when it responds to a query or set request for the OIDs that it includes in the list. For example, the OID_GEN_STATISTICS OID is a required OID for NDIS 6.0 miniport drivers. If a miniport driver does not support the statistics in hardware or software and returns incorrect statistics information, the driver cannot specify OID_GEN_STATISTICS in its supported OIDs list.

Duplicates might appear in the supported OIDs list. Drivers are not required to guarantee that there is only one entry for each OID in the list.

See Also

Reference

General Operational OIDs
OID_GEN_STATISTICS