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

📄 cdrivercommimpwin32.h

📁 PGP8.0源码 请认真阅读您的文件包然后写出其具体功能
💻 H
字号:
/*____________________________________________________________________________
		Copyright (C) 2002 PGP Corporation
        All rights reserved.

        $Id: CDriverCommImpWin32.h,v 1.4 2002/08/06 20:09:36 dallen Exp $
____________________________________________________________________________*/

#ifndef Included_CDriverCommImpWin32_h	// [
#define Included_CDriverCommImpWin32_h

#include "CDriverCommImp.h"

_PGP_BEGIN

// Class CDriverCommImpWin32

class CDriverCommImpWin32 : public CDriverCommImp
{
	friend class CEngineImpFactoryWin32;

private:
	CDriverCommImpWin32() : mDriverHandle(INVALID_HANDLE_VALUE) { }

private:
	HANDLE	mDriverHandle;

	void	OpenDriver();
	void	CloseDriver();

	void	SendPacket(DriverAPI::CCommandHeader *pPacket, 
		PGPUInt32 size) const;

	void	QueryMountedPath(const char *path, PGPBoolean& isMounted) const;
	void	QueryMountedRoot(const char *root, PGPBoolean& isMounted) const;
};

_PGP_END

#endif	// Included_CDriverCommImpWin32_h

⌨️ 快捷键说明

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