CyberEngineMkIII
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
CYBWin32Mutex.hpp
Go to the documentation of this file.
1 #pragma once
3 namespace CYB {
4  namespace Platform {
5  namespace System {
6  namespace Implementation {
8  class Mutex {
9  protected:
10  Win32::CRITICAL_SECTION FCriticalSection;
11  };
12  };
13  };
14  };
15 };
Win32::CRITICAL_SECTION FCriticalSection
The CRITICAL_SECTION struct.
Contains the CRITICAL_SECTION struct.