NDIS OID Request Interface for Protocol Drivers (Compact 2013)
3/26/2014
This section describes the NDIS OID request interfaces for protocol drivers.
In This Section
- NdisAllocateCloneOidRequest
Allocates memory for a new NDIS_OID_REQUEST structure and copies all the information from an existing NDIS_OID_REQUEST structure to the newly allocated structure.
- NdisCancelOidRequest
Cancels a previous request to the underlying drivers.
- NdisFreeCloneOidRequest
Frees a cloned NDIS_OID_REQUEST structure.
- NdisOidRequest
Forwards a request to the underlying drivers to query the capabilities or status of an adapter or set the state of an adapter.
- ProtocolOidRequestComplete
Completes the processing of a protocol driver-initiated OID request for which the NdisOidRequest function returned NDIS_STATUS_PENDING.