This commit is contained in:
biosvos
2026-08-07 17:38:18 +09:00
commit 873193a243
9613 changed files with 2755992 additions and 0 deletions
@@ -0,0 +1,38 @@
// ConsoleTransfer.h : PROJECT_NAME 응용 프로그램에 대한 주 헤더 파일입니다.
//
#pragma once
#ifndef __AFXWIN_H__
#error PCH에서 이 파일을 포함하기 전에 'stdafx.h'를 포함하십시오.
#endif
#include "resource.h" // 주 기호
// CConsoleTransferApp:
// 이 클래스의 구현에 대해서는 ConsoleTransfer.cpp을 참조하십시오.
//
class CConsoleTransferApp : public CWinApp
{
public:
CConsoleTransferApp();
~CConsoleTransferApp();
protected:
bool IsValidCommand();
bool IsExistsSameProcess();
public:
class CImpIDispatch* m_pimpldisp;
// 재정의
public:
virtual BOOL InitInstance();
// 구현
DECLARE_MESSAGE_MAP()
};
extern CConsoleTransferApp theApp;