FreeRDP
RTL_CRITICAL_SECTION Struct Reference

Data Fields

PVOID DebugInfo
 
LONG LockCount
 
LONG RecursionCount
 
HANDLE OwningThread
 
HANDLE LockSemaphore
 
ULONG_PTR SpinCount
 

Detailed Description

Definition at line 157 of file include/winpr/synch.h.

Field Documentation

◆ DebugInfo

PVOID RTL_CRITICAL_SECTION::DebugInfo

Definition at line 159 of file include/winpr/synch.h.

◆ LockCount

LONG RTL_CRITICAL_SECTION::LockCount

Definition at line 160 of file include/winpr/synch.h.

◆ LockSemaphore

HANDLE RTL_CRITICAL_SECTION::LockSemaphore

Definition at line 163 of file include/winpr/synch.h.

◆ OwningThread

HANDLE RTL_CRITICAL_SECTION::OwningThread

Definition at line 162 of file include/winpr/synch.h.

◆ RecursionCount

LONG RTL_CRITICAL_SECTION::RecursionCount

Definition at line 161 of file include/winpr/synch.h.

◆ SpinCount

ULONG_PTR RTL_CRITICAL_SECTION::SpinCount

Definition at line 164 of file include/winpr/synch.h.


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