LOCK_STATE structure (ndis.h)

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

Syntax

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

Members

LockState

Reserved.

OldIrql

Reserved.

Requirements

Requirement Value
Minimum supported client Supported in NDIS 6.0 and 6.1. For NDIS 6.20 and later, use LOCK_STATE_EX instead.
Header ndis.h (include Ndis.h)

See also

LOCK_STATE_EX