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