FreeRDP
Loading...
Searching...
No Matches
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 173 of file include/winpr/synch.h.

Field Documentation

◆ DebugInfo

PVOID RTL_CRITICAL_SECTION::DebugInfo

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

◆ LockCount

LONG RTL_CRITICAL_SECTION::LockCount

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

◆ LockSemaphore

HANDLE RTL_CRITICAL_SECTION::LockSemaphore

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

◆ OwningThread

HANDLE RTL_CRITICAL_SECTION::OwningThread

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

◆ RecursionCount

LONG RTL_CRITICAL_SECTION::RecursionCount

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

◆ SpinCount

ULONG_PTR RTL_CRITICAL_SECTION::SpinCount

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


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