⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ctxmenu.h

📁 加密技术VC++
💻 H
字号:
// CtxMenu.h : main header file for the FILECRYPT32 DLL
//

#if !defined(AFX_CTXMENU_H__982905C7_3928_11D3_A09E_00500402F30B__INCLUDED_)
#define AFX_CTXMENU_H__982905C7_3928_11D3_A09E_00500402F30B__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"		// main symbols

/////////////////////////////////////////////////////////////////////////////
// CFileCrypt32App
// See FileCrypt32.cpp for the implementation of this class
//

class CFileCrypt32App : public CWinApp
{
public:
	CFileCrypt32App();

	CString m_csPassPhrase;
	BOOL bDoIt;

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CFileCrypt32App)
	public:
	virtual BOOL InitInstance();
	virtual int ExitInstance();
	//}}AFX_VIRTUAL

	//{{AFX_MSG(CFileCrypt32App)
		// NOTE - the ClassWizard will add and remove member functions here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

extern UINT      g_cRefThisDll;

/////////////////////////////////////////////////////////////
// use GUIDGEN to generate a GUID for your shell extension
// ...
//use GUIDGEN to generate a GUID for your shell extension. call
//it "CLSID_FileCrypt32"
//ex. (don't use this GUID!!)
// {3376F15D-A2ED-42fb-8F3F-3DDAE11A7D90}
DEFINE_GUID(CLSID_FileCrypt32, 
0x3376f15d, 0xa2ed, 0x42fb, 0x8f, 0x3f, 0x3d, 0xda, 0xe1, 0x1a, 0x7d, 0x90);

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_CTXMENU_H__982905C7_3928_11D3_A09E_00500402F30B__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -