ReactOS 0.4.15-dev-7958-gcd0bb1a
_CRITICAL_SECTION Struct Reference

#include <winbase.h>

Inheritance diagram for _CRITICAL_SECTION:
Collaboration diagram for _CRITICAL_SECTION:

Public Attributes

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

Detailed Description

Definition at line 893 of file winbase.h.

Member Data Documentation

◆ DebugInfo

◆ LockCount

◆ LockSemaphore

HANDLE _CRITICAL_SECTION::LockSemaphore

◆ OwningThread

◆ RecursionCount

◆ SpinCount

ULONG_PTR _CRITICAL_SECTION::SpinCount

Definition at line 899 of file winbase.h.

Referenced by RtlInitializeCriticalSectionEx(), and RtlSetCriticalSectionSpinCount().


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