LOCK_STATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ndis.h

typedef struct _LOCK_STATE {
  USHORT LockState;
  KIRQL  OldIrql;
} LOCK_STATE, *PLOCK_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ndis-_lock_state)

_LOCK_STATE structure

Description

The LOCK_STATE structure tracks the state of a read/write lock. This structure is opaque to NDIS drivers.

Members

LockState

Reserved.

OldIrql

Reserved.

See also

LOCK_STATE_EX