rdprecmp.h

来自「可以实现对邮件的加密解密以及签名」· C头文件 代码 · 共 59 行

H
59
字号
/*____________________________________________________________________________
	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 + =
减小字号Ctrl + -
显示快捷键?