Condividi tramite


LOCK_STATE_EX struttura (ndis.h)

La struttura LOCK_STATE_EX tiene traccia dello stato di un blocco di lettura/scrittura. Questa struttura è opaca per i driver NDIS.

Sintassi

typedef struct _LOCK_STATE_EX {
  KIRQL OldIrql;
  UCHAR LockState;
  UCHAR Flags;
} LOCK_STATE_EX, *PLOCK_STATE_EX;

Members

OldIrql

Riservato.

LockState

Riservato.

Flags

Riservato.

Requisiti

Requisito Valore
Client minimo supportato Supportato in NDIS 6.20 e versioni successive.
Intestazione ndis.h (includere Ndis.h)

Vedi anche

LOCK_STATE