Alternate e697dbe9c5997e35395fe158628dd8c5209481da
for Visual Studio 2022 and Windows 11.
読み取り中…
検索中…
一致する文字列を見つけられません
Event.h
[詳解]
1// ----------------------------------------------------------------------------
6
7#pragma once
8
9#include "WindowsLibrary.h"
10
11namespace alt
12{
16 {
17 public:
25 BOOL APIENTRY Create (
26 LPCTSTR lpctszName, BOOL bManualReset, BOOL bInitialState);
27
33 BOOL APIENTRY Open (LPCTSTR lpctszName);
34
39 BOOL APIENTRY Set () const;
40
45 BOOL APIENTRY Reset () const;
46
51 BOOL APIENTRY Pulse () const;
52 };
53}
#define DLL_DECLSPEC
Definition: framework.h:17
WindowsAPIを集約したプロジェクトファイル
イベントに関するWindowsAPIを集約したクラス
Definition: Event.h:16
HANDLEを使ってシグナル操作を行うWindowsAPIを集約した基底クラス
Definition: DBLibrary.h:12