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

📄 rdprecmp.h

📁 可以实现对邮件的加密解密以及签名
💻 H
字号:
/*____________________________________________________________________________
	Copyright (C) 2002 PGP Corporation
	All rights reserved.

	$Id: RDprecmp.h,v 1.2 2002/08/06 20:11:21 dallen Exp $
____________________________________________________________________________*/
#ifndef Included_RDPRECMP_h	/* [ */
#define Included_RDPRECMP_h

#include <stdio.h>
#include <stdlib.h>
#include <Ole2.h>

// Project headers
#include "pgpui32.h"
#include "pgpRecipientDialogCommon.h"
#include "RDstruct.h"
#include "RDdraw.h"
#include "RDlstmng.h"
#include "RDlstsrt.h"
#include "RDserver.h"
#include "RDmove.h"
#include "RDlstsub.h"
#include "RDproc.h"
#include "RDkeyDB.h"
#include "RDdrag.h"
#include "PGPImage.h"
#include "resource.h" 

#ifdef __cplusplus
extern "C" {
#endif

LRESULT 
PGPsdkUIMessageBox (
		 HWND	hWnd, 
		 INT	iCaption, 
		 INT	iMessage,
		 ULONG	ulFlags) ;

UINT newPGPRecipientDialog(PRECGBL prg);

#ifdef __cplusplus
}
#endif

#endif /* ] Included_RDPRECMP_h */


/*__Editor_settings____

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

⌨️ 快捷键说明

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