Files
Sun1602/Tools/ServiceInstaller/ServiceInstaller.h
T
2022-10-26 12:25:11 +08:00

32 lines
521 B
C++

// MemStatConfig.h : PROJECT_NAME 응용 프로그램에 대한 주 헤더 파일입니다.
//
#pragma once
#ifndef __AFXWIN_H__
#error PCH에서 이 파일을 포함하기 전에 'stdafx.h'를 포함하십시오.
#endif
#include "resource.h" // 주 기호
// CServiceInstallerApp:
// 이 클래스의 구현에 대해서는 MemStatConfig.cpp을 참조하십시오.
//
class CServiceInstallerApp : public CWinApp
{
public:
CServiceInstallerApp();
// 재정의
public:
virtual BOOL InitInstance();
// 구현
DECLARE_MESSAGE_MAP()
};
extern CServiceInstallerApp theApp;