LOCK_STATE_EX - NtDoc

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

typedef struct _LOCK_STATE_EX {
  KIRQL OldIrql;
  UCHAR LockState;
  UCHAR Flags;
} LOCK_STATE_EX, *PLOCK_STATE_EX;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_LOCK_STATE_EX structure

Description

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

Members

OldIrql

Reserved.

LockState

Reserved.

Flags

Reserved.

See also

LOCK_STATE