ReactOS 0.4.16-dev-1535-gea189a3
_DEBUG_LOCK_INFORMATION Struct Reference

#include <winternl.h>

Collaboration diagram for _DEBUG_LOCK_INFORMATION:

Public Attributes

PVOID Address
 
USHORT Type
 
USHORT CreatorBackTraceIndex
 
ULONG OwnerThreadId
 
ULONG ActiveCount
 
ULONG ContentionCount
 
ULONG EntryCount
 
ULONG RecursionCount
 
ULONG NumberOfSharedWaiters
 
ULONG NumberOfExclusiveWaiters
 

Detailed Description

Definition at line 3319 of file winternl.h.

Member Data Documentation

◆ ActiveCount

ULONG _DEBUG_LOCK_INFORMATION::ActiveCount

Definition at line 3324 of file winternl.h.

◆ Address

PVOID _DEBUG_LOCK_INFORMATION::Address

Definition at line 3320 of file winternl.h.

◆ ContentionCount

ULONG _DEBUG_LOCK_INFORMATION::ContentionCount

Definition at line 3325 of file winternl.h.

◆ CreatorBackTraceIndex

USHORT _DEBUG_LOCK_INFORMATION::CreatorBackTraceIndex

Definition at line 3322 of file winternl.h.

◆ EntryCount

ULONG _DEBUG_LOCK_INFORMATION::EntryCount

Definition at line 3326 of file winternl.h.

◆ NumberOfExclusiveWaiters

ULONG _DEBUG_LOCK_INFORMATION::NumberOfExclusiveWaiters

Definition at line 3329 of file winternl.h.

◆ NumberOfSharedWaiters

ULONG _DEBUG_LOCK_INFORMATION::NumberOfSharedWaiters

Definition at line 3328 of file winternl.h.

◆ OwnerThreadId

ULONG _DEBUG_LOCK_INFORMATION::OwnerThreadId

Definition at line 3323 of file winternl.h.

◆ RecursionCount

ULONG _DEBUG_LOCK_INFORMATION::RecursionCount

Definition at line 3327 of file winternl.h.

◆ Type

USHORT _DEBUG_LOCK_INFORMATION::Type

Definition at line 3321 of file winternl.h.


The documentation for this struct was generated from the following file: