base
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
// ConsoleTransfer.h : PROJECT_NAME 응용 프로그램에 대한 주 헤더 파일입니다.
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __AFXWIN_H__
|
||||
#error PCH에서 이 파일을 포함하기 전에 'stdafx.h'를 포함하십시오.
|
||||
#endif
|
||||
|
||||
#include "resource.h" // 주 기호
|
||||
#include "TransferDlg.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();
|
||||
void NoticeTransComplete(CString targetPath);
|
||||
void NoticeLastFileTransComplete();
|
||||
|
||||
// 구현
|
||||
DECLARE_MESSAGE_MAP()
|
||||
|
||||
};
|
||||
|
||||
extern CConsoleTransferApp theApp;
|
||||
Reference in New Issue
Block a user