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

📄 pgpwerr.h

📁 vc环境下的pgp源码
💻 H
字号:
/*____________________________________________________________________________
	Copyright (C) 1998 Network Associates, Inc.
	All rights reserved.
	
	PGPWerr.h	- 	common Windows error return codes

	$Id: pgpWerr.h,v 1.10 1999/02/08 19:35:04 pbj Exp $
	
____________________________________________________________________________*/
#ifndef Included_pgpWErr_h	/* [ */
#define Included_pgpWErr_h


#include "pgpPubTypes.h"
#include "pgpClientErrors.h"

enum PGPErrorWin32_
{
	kPGPError_Win32_FirstError = kPGPClientError_FirstError - 100,
	
	kPGPError_Win32_AlreadyOpen,		/* common dialog already open */
	kPGPError_Win32_NoSecretKeys,		/* no secret keys in keyring  */
	kPGPError_Win32_Expired,			/* eval period expired        */
	kPGPError_Win32_NegativeResponse,	/* user responded "No"		  */
	kPGPError_Win32_NoSigningKey,		/* no signing key for search  */

	kPGPError_Win32_InvalidImage,		/* corrupt or unsupported image */
	kPGPError_Win32_ImageTooBig,		/* image beyond limits          */

	kPGPError_Win32_InvalidComctl32,	/* incorrect version of COMCTL32*/
	
	kPGPError_Win32_NoRootCACertPrefs,	/* no root CA cert is set in prefs */
	kPGPError_Win32_NoCAServerPrefs,	/* no CA server is set in prefs */
	
	kPGPError_Win32_NoNewCRL,			/* no new CRL for root CA key	*/
	
	kPGPError_Win32_Last
};


#endif /* ] Included_pgpWErr_h */

⌨️ 快捷键说明

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