cwin2fsdrivepage.h

来自「一个windows 文件系统驱动源码」· C头文件 代码 · 共 79 行

H
79
字号
 
 /*
  *     Copyright (C) Satish kumar Janarthanan (vsat_in@yahoo.com.), 2004-2005
  *
  *		Project:		Win2fs
  *
  *		Module Name:    \GUI\ShellExt\CWin2fsDrivePage.h
  *
  *     Abstract:		Header for the property page class.
  *
  *     Author:		    Satish Kumar J
  *
  *		Date:			20-NOV-2005
  *
  *		Notes:			None.
  *
  *		Revision History:
  *
  *		Date		Version	Author				Changes
  *		------------------------------------------------------------------------
  *
  *		20-NOV-05	1.00	Satish Kumar J		Initial	Version.
  *
  *
  */

 #ifndef	__CWIN2FSDRIVEPAGE_H
 #define	__CWIN2FSDRIVEPAGE_H

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

 // Includes.

 #include "resource.h"
 #include "CWin2fsPage.h"

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

 // Macros and typedefs.
 
 // None.

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

 // Externals.

 // None.

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

 // Static declarations.

 // None.

 //////////////////////////////////////////////////////////////////////////////
 
 // Global declarations.

 class CWin2fsDrivePage : public CWin2fsPage
 {
	public:

		CWin2fsDrivePage(const CString& strPath, BOOL bAutoDestroy);
		virtual ~CWin2fsDrivePage();

	DECLARE_DYNAMIC(CWin2fsDrivePage)

	protected:

		virtual BOOL OnInitDialog();

		BOOL LoadSuper ();

	DECLARE_MESSAGE_MAP()
 };

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

 #endif		//	__CWIN2FSDRIVEPAGE_H

⌨️ 快捷键说明

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