ReactOS 0.4.15-dev-7958-gcd0bb1a
_RTL_CRITICAL_SECTION Struct Reference

#include <rtltypes.h>

Collaboration diagram for _RTL_CRITICAL_SECTION:

Public Attributes

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

Detailed Description

Definition at line 1429 of file rtltypes.h.

Member Data Documentation

◆ DebugInfo

PRTL_CRITICAL_SECTION_DEBUG _RTL_CRITICAL_SECTION::DebugInfo

◆ LockCount

LONG _RTL_CRITICAL_SECTION::LockCount

◆ LockSemaphore

HANDLE _RTL_CRITICAL_SECTION::LockSemaphore

◆ OwningThread

◆ RecursionCount

LONG _RTL_CRITICAL_SECTION::RecursionCount

◆ SpinCount

ULONG_PTR _RTL_CRITICAL_SECTION::SpinCount

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