CommonLibVR
REX::W32::CRITICAL_SECTION Struct Reference

#include <BASE.h>

Public Attributes

void * debugInfo
 
std::int32_t lockCount
 
std::int32_t recursionCount
 
HANDLE owningThread
 
HANDLE lockSemaphore
 
std::uintptr_t spinCount
 

Member Data Documentation

◆ debugInfo

void* REX::W32::CRITICAL_SECTION::debugInfo

◆ lockCount

std::int32_t REX::W32::CRITICAL_SECTION::lockCount

◆ lockSemaphore

HANDLE REX::W32::CRITICAL_SECTION::lockSemaphore

◆ owningThread

HANDLE REX::W32::CRITICAL_SECTION::owningThread

◆ recursionCount

std::int32_t REX::W32::CRITICAL_SECTION::recursionCount

◆ spinCount

std::uintptr_t REX::W32::CRITICAL_SECTION::spinCount

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