Alternate
e697dbe9c5997e35395fe158628dd8c5209481da
for Visual Studio 2022 and Windows 11.
読み取り中…
検索中…
一致する文字列を見つけられません
Mutex.h
[詳解]
1
// ----------------------------------------------------------------------------
6
7
#pragma once
8
9
#include "
WindowsLibrary.h
"
10
11
namespace
alt
12
{
15
class
DLL_DECLSPEC
Mutex
:
public
WaitableHandleLibrary
16
{
17
public
:
23
BOOL APIENTRY Create (LPCTSTR lpctszName);
24
30
BOOL APIENTRY Open (LPCTSTR lpctszName);
31
36
BOOL APIENTRY Release ()
const
;
37
};
38
}
DLL_DECLSPEC
#define DLL_DECLSPEC
Definition:
framework.h:17
WindowsLibrary.h
WindowsAPIを集約したプロジェクトファイル
alt::Mutex
ミューテックスに関するWindowsAPIを集約したクラス
Definition:
Mutex.h:16
alt::WaitableHandleLibrary
HANDLEを使ってシグナル操作を行うWindowsAPIを集約した基底クラス
Definition:
WindowsLibrary.h:119
alt
Definition:
DBLibrary.h:12
WindowsLibrary
Mutex.h
構築:
1.9.6