Alternate e697dbe9c5997e35395fe158628dd8c5209481da
for Visual Studio 2022 and Windows 11.
読み取り中…
検索中…
一致する文字列を見つけられません
ConsoleDriver.h
[詳解]
1
5
6#pragma once
7
8#include "framework.h"
9
10#define CONFIG_FILE _T(".\\Config.ini")
11
12#define SECTION_GENERAL _T("General")
13#define KEYWORD_ACTION _T("Action")
14
15#define SECTION_PIPELINE_FACTORY _T("PipelineFactory")
16
17void Init ();
18
19BOOL DrivePipelineFactoryHandler (DWORD dwType);
void Init()
ストラテジーの初期化を行います。
BOOL DrivePipelineFactoryHandler(DWORD dwType)
void DrivePipelineFactory()