ReactOS 0.4.15-dev-7994-gb388cb6
_RTL_PROCESS_LOCK_INFORMATION Struct Reference

#include <rtltypes.h>

Collaboration diagram for _RTL_PROCESS_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 1138 of file rtltypes.h.

Member Data Documentation

◆ ActiveCount

ULONG _RTL_PROCESS_LOCK_INFORMATION::ActiveCount

Definition at line 1144 of file rtltypes.h.

◆ Address

PVOID _RTL_PROCESS_LOCK_INFORMATION::Address

Definition at line 1140 of file rtltypes.h.

◆ ContentionCount

ULONG _RTL_PROCESS_LOCK_INFORMATION::ContentionCount

Definition at line 1145 of file rtltypes.h.

◆ CreatorBackTraceIndex

USHORT _RTL_PROCESS_LOCK_INFORMATION::CreatorBackTraceIndex

Definition at line 1142 of file rtltypes.h.

◆ EntryCount

ULONG _RTL_PROCESS_LOCK_INFORMATION::EntryCount

Definition at line 1146 of file rtltypes.h.

◆ NumberOfExclusiveWaiters

ULONG _RTL_PROCESS_LOCK_INFORMATION::NumberOfExclusiveWaiters

Definition at line 1149 of file rtltypes.h.

◆ NumberOfSharedWaiters

ULONG _RTL_PROCESS_LOCK_INFORMATION::NumberOfSharedWaiters

Definition at line 1148 of file rtltypes.h.

◆ OwnerThreadId

ULONG _RTL_PROCESS_LOCK_INFORMATION::OwnerThreadId

Definition at line 1143 of file rtltypes.h.

◆ RecursionCount

ULONG _RTL_PROCESS_LOCK_INFORMATION::RecursionCount

Definition at line 1147 of file rtltypes.h.

◆ Type

USHORT _RTL_PROCESS_LOCK_INFORMATION::Type

Definition at line 1141 of file rtltypes.h.


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