Skip to content

Latest commit

 

History

History
104 lines (80 loc) · 3.63 KB

ns-ndis-_ndis_receive_queue_state.md

File metadata and controls

104 lines (80 loc) · 3.63 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:ndis._NDIS_RECEIVE_QUEUE_STATE
_NDIS_RECEIVE_QUEUE_STATE (ndis.h)
The NDIS_RECEIVE_QUEUE_STATE structure contains information about the operational state of a receive queue.
netvista\ndis_receive_queue_state.htm
netvista
05/02/2018
NDIS_RECEIVE_QUEUE_STATE structure
*PNDIS_RECEIVE_QUEUE_STATE, NDIS_RECEIVE_QUEUE_STATE, NDIS_RECEIVE_QUEUE_STATE structure [Network Drivers Starting with Windows Vista], PNDIS_RECEIVE_QUEUE_STATE, PNDIS_RECEIVE_QUEUE_STATE structure pointer [Network Drivers Starting with Windows Vista], _NDIS_RECEIVE_QUEUE_STATE, ndis/NDIS_RECEIVE_QUEUE_STATE, ndis/PNDIS_RECEIVE_QUEUE_STATE, netvista.ndis_receive_queue_state, virtual_machine_queue_ref_4cbbc25f-cd33-45d7-b279-1661570110f0.xml
ndis.h
Ndis.h
Windows
Supported in NDIS 6.20 and later.
Windows
NDIS_RECEIVE_QUEUE_STATE, *PNDIS_RECEIVE_QUEUE_STATE
_NDIS_RECEIVE_QUEUE_STATE
ndis/_NDIS_RECEIVE_QUEUE_STATE
PNDIS_RECEIVE_QUEUE_STATE
ndis/PNDIS_RECEIVE_QUEUE_STATE
NDIS_RECEIVE_QUEUE_STATE
ndis/NDIS_RECEIVE_QUEUE_STATE
APIRef
kbSyntax
HeaderDef
Ndis.h
_NDIS_RECEIVE_QUEUE_STATE
PNDIS_RECEIVE_QUEUE_STATE
NDIS_RECEIVE_QUEUE_STATE

_NDIS_RECEIVE_QUEUE_STATE structure

-description

The NDIS_RECEIVE_QUEUE_STATE structure contains information about the operational state of a receive queue.

-struct-fields

-field Header

The NDIS_OBJECT_HEADER structure for the NDIS_RECEIVE_QUEUE_STATE structure. The driver sets the Type member of the structure that Header specifies to NDIS_OBJECT_TYPE_DEFAULT, the Revision member to NDIS_RECEIVE_QUEUE_STATE_REVISION_1, and the Size member to NDIS_SIZEOF_NDIS_RECEIVE_QUEUE_STATE_REVISION_1.

-field Flags

A ULONG value that contains a bitwise OR of flags. This member is reserved for NDIS.

-field QueueId

An NDIS_RECEIVE_QUEUE_ID type value that contains a queue identifier. The queue identifier is an integer value between zero and the number of queues that the network adapter supports. A value of NDIS_DEFAULT_RECEIVE_QUEUE_ID specifies the default receive queue.

-field QueueState

An NDIS_RECEIVE_QUEUE_OPERATIONAL_STATE enumeration value that specifies the operational state of the receive queue.

-remarks

The NDIS_RECEIVE_QUEUE_STATE structure is used in the NDIS_STATUS_RECEIVE_QUEUE_STATE status indication.

-see-also

NDIS_OBJECT_HEADER

NDIS_RECEIVE_QUEUE_OPERATIONAL_STATE NDIS_STATUS_RECEIVE_QUEUE_STATE