ReactOS 0.4.15-dev-7918-g2a2556c
_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 1733 of file winternl.h.

Member Data Documentation

◆ ActiveCount

ULONG _DEBUG_LOCK_INFORMATION::ActiveCount

Definition at line 1738 of file winternl.h.

◆ Address

PVOID _DEBUG_LOCK_INFORMATION::Address

Definition at line 1734 of file winternl.h.

◆ ContentionCount

ULONG _DEBUG_LOCK_INFORMATION::ContentionCount

Definition at line 1739 of file winternl.h.

◆ CreatorBackTraceIndex

USHORT _DEBUG_LOCK_INFORMATION::CreatorBackTraceIndex

Definition at line 1736 of file winternl.h.

◆ EntryCount

ULONG _DEBUG_LOCK_INFORMATION::EntryCount

Definition at line 1740 of file winternl.h.

◆ NumberOfExclusiveWaiters

ULONG _DEBUG_LOCK_INFORMATION::NumberOfExclusiveWaiters

Definition at line 1743 of file winternl.h.

◆ NumberOfSharedWaiters

ULONG _DEBUG_LOCK_INFORMATION::NumberOfSharedWaiters

Definition at line 1742 of file winternl.h.

◆ OwnerThreadId

ULONG _DEBUG_LOCK_INFORMATION::OwnerThreadId

Definition at line 1737 of file winternl.h.

◆ RecursionCount

ULONG _DEBUG_LOCK_INFORMATION::RecursionCount

Definition at line 1741 of file winternl.h.

◆ Type

USHORT _DEBUG_LOCK_INFORMATION::Type

Definition at line 1735 of file winternl.h.


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