Handling OID Query and Set Requests in an NDIS Interface Provider

The NDISIF interface defines several interface parameters (including statistical counters) that can be queried or set which correspond to information in RFC 2863. NDIS accesses these interface parameters through entry points that the interface provider defines when it calls the NdisIfRegisterProvider function. For more information about registering as an interface provider, see Registering as an Interface Provider.

Interface parameters are identified by object identifiers (OIDs). Some OIDs are specific to interface providers.

The following topics describe how to handle query and set requests for interface parameters:

Handling an Interface Object Query Request

Handling an Interface Object Set Request