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

📄 pgpmacfile.h

📁 vc环境下的pgp源码
💻 H
字号:
/*
 * pgpMacFile.h -- Header for MacBinarizing PGPFile implementation
 *
 * $Id: pgpMacFile.h,v 1.12 1997/12/11 23:14:04 lloyd Exp $
 */

#ifndef Included_pgpMacFile_h	/* [ */
#define Included_pgpMacFile_h

#include "pgpTypes.h"
#include "pgpFileRef.h"
#include "pgpFile.h"
#include "pgpFileMod.h"

PGP_BEGIN_C_DECLARATIONS

/*
 * The <flags> params below are only used to convey MacBinary mode:
 *		kPGPFileOpenMaybeLocalEncode or kPGPFileOpenForceLocalEncode
 */
PGPFile  *		pgpFileRefMacWriteOpen(
					PGPContextRef	cdkContext,
					PFLConstFileSpecRef fileRef,
					PGPFileType fileType,
					PGPFileOpenFlags flags, PGPError *error);
PGPFile  *		pgpFileRefMacReadOpen(
					PGPContextRef	cdkContext,
					PFLConstFileSpecRef fileRef,
					PGPFileOpenFlags flags, PGPError *error);
PGPError 		pgpMacCalcFileSize( 
					PFLConstFileSpecRef fileRef,
					PGPFileOpenFlags flags, size_t *fileSize);
OSType			pgpGetMacFileTypeFromPGPFileType( PGPFileType fileType );
OSType			pgpGetMacFileCreatorFromPGPFileType( PGPFileType fileType );
					
PGP_END_C_DECLARATIONS

#endif	/* ] Included_pgpMacFile_h */

/*
 * Local Variables:
 * tab-width: 4
 * End:
 * vi: ts=4 sw=4
 * vim: si
 */

⌨️ 快捷键说明

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