-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCompDel.h
executable file
·55 lines (42 loc) · 1.5 KB
/
CompDel.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
// CompDel.h : COMPDEL アプリケーションのメイン ヘッダー ファイルです。
//
#if !defined(AFX_COMPDEL_H__13E1F064_ADF6_11D2_8D63_004005388001__INCLUDED_)
#define AFX_COMPDEL_H__13E1F064_ADF6_11D2_8D63_004005388001__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // メイン シンボル
#include "Fileman.h"
/////////////////////////////////////////////////////////////////////////////
// CCompDelApp:
// このクラスの動作の定義に関しては CompDel.cpp ファイルを参照してください。
//
class CCompDelApp : public CWinApp
{
public:
BOOL QuickDeleteExec(CString sFileName);
CString sLogStr;
CCompDelApp();
// オーバーライド
// ClassWizard は仮想関数のオーバーライドを生成します。
//{{AFX_VIRTUAL(CCompDelApp)
public:
virtual BOOL InitInstance();
// virtual void WinHelp(DWORD dwData, UINT nCmd = HELP_CONTEXT);
//}}AFX_VIRTUAL
// インプリメンテーション
//{{AFX_MSG(CCompDelApp)
// メモ - ClassWizard はこの位置にメンバ関数を追加または削除します。
// この位置に生成されるコードを編集しないでください。
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
protected:
BOOL ProcessCommandline();
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ は前行の直前に追加の宣言を挿入します。
#endif // !defined(AFX_COMPDEL_H__13E1F064_ADF6_11D2_8D63_004005388001__INCLUDED_)