rdprecmp.h

来自「pgp soucecode pgp soucecode」· C头文件 代码 · 共 59 行

H
59
字号
/*____________________________________________________________________________
	Copyright (C) 1997 Network Associates Inc. and affiliated companies.
	All rights reserved.

	$Id: RDprecmp.h,v 1.13 1999/03/10 03:01:28 heller 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 + -
显示快捷键?