JunkBox_Win_Lib 1.5.3
Loading...
Searching...
No Matches
MFCTool.h
Go to the documentation of this file.
1#pragma once
2
3#include "MFCBase.h"
4
5
6//
7namespace jbxwl {
8
9
11// CMenu
12
13CMenu* GetMenu_byID(CMenu* pMenu, UINT id);
14CMenu* GetMenu_byStringID(CMenu* pMenu, UINT id);
15CMenu* GetMenu_byName(CMenu* pMenu, LPCTSTR name);
16
17
19// プログラムの再起動
20
21void RebootProgram(void);
22//
23BOOL WaitPidTerm(int tm);
24
25
26} // namespace
CMenu * GetMenu_byID(CMenu *pMenu, UINT id)
Definition MFCTool.cpp:18
CMenu * GetMenu_byName(CMenu *pMenu, LPCTSTR name)
Definition MFCTool.cpp:46
void RebootProgram(void)
Definition MFCTool.cpp:69
BOOL WaitPidTerm(int tm)
Definition MFCTool.cpp:83
CMenu * GetMenu_byStringID(CMenu *pMenu, UINT id)
Definition MFCTool.cpp:34