LOCK_STATE struttura (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;
Members
LockState
Riservato.
OldIrql
Riservato.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Supportato in NDIS 6.0 e 6.1. Per NDIS 6.20 e versioni successive, usare LOCK_STATE_EX invece. |
Intestazione | ndis.h (includere Ndis.h) |