Specifies a query-information request. NDIS forwards such a request to the underlying driver's
MiniportQueryInformation function.
NdisRequestSetInformation
Specifies a set-information request. NDIS forwards such a request to the underlying driver's
MiniportSetInformation function.
NdisRequestQueryStatistics
Specifies a query-statistics request. For most statistics queries, NDIS satisfies the request itself.
Otherwise, NDIS forwards such request to the underlying driver's MiniportQueryInformation function. This type
of request originates in a user-mode application, never in a protocol driver.
For any of the preceding values, the OID_XXX specified in the Oid member must be compatible with
the type of operation requested.
NdisRequestOpen
This type is obsolete. A protocol driver calls NdisOpenAdapter instead.
NdisRequestClose
This type is obsolete. A protocol driver calls NdisCloseAdapter instead.
NdisRequestSend
This type is obsolete. A protocol driver calls NdisSend or NdisSendPackets instead.
NdisRequestTransferData
This type is obsolete. A protocol driver calls NdisTransferData instead.
NdisRequestReset
This type is obsolete. A protocol driver calls NdisReset instead.