Condividi tramite


struttura LOCK_STATE (ndis.h)

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

Sintassi

typedef struct _LOCK_STATE {
  USHORT LockState;
  KIRQL  OldIrql;
} LOCK_STATE, *PLOCK_STATE;

Membri

LockState

Riservato.

OldIrql

Riservato.

Fabbisogno

Requisito Valore
client minimo supportato Supportato in NDIS 6.0 e 6.1. Per NDIS 6.20 e versioni successive, usare LOCK_STATE_EX.
intestazione ndis.h (include Ndis.h)

Vedere anche

LOCK_STATE_EX