📄 pgpexception.h
字号:
/*____________________________________________________________________________
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
All rights reserved.
$Id: pgpException.h,v 1.4 1999/03/25 18:02:29 melkins Exp $
____________________________________________________________________________*/
#ifndef Included_pgpException_h
#define Included_pgpException_h
#include "pgpPFLErrors.h"
#define ThrowPGPError_(x) throw(((PGPError) (x)))
#define ThrowIfPGPError_(x) if (IsPGPError((x))) ThrowPGPError_(x)
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -