📄 pgpui32.h
字号:
/*____________________________________________________________________________
Copyright (C) 1997 Network Associates Inc. and affiliated companies.
All rights reserved.
PGPclx.h - internal header for PGPcl project
$Id: PGPui32.h,v 1.16 1999/03/10 02:59:37 heller Exp $
____________________________________________________________________________*/
#ifndef Included_PGPUI32_h /* [ */
#define Included_PGPUI32_h
#define UNFINISHED_CODE_ALLOWED 1
#define WIN32_LEAN_AND_MEAN
// Win32 header files
#include <windows.h>
#include <windowsx.h>
#include <commctrl.h>
#include <stddef.h>
#include "pgpUserInterface.h"
// PGP SDK header files
#include "pgpBase.h"
#include "pgpMem.h"
#include "pgpKeys.h"
#include "pgpErrors.h"
#include "pgpUtilities.h"
#include "pgpFeatures.h"
#include "pgpSDKPrefs.h"
#include "pflPrefs.h"
#include "pflPrefTypes.h"
#include "pgpFileSpec.h"
#include "pgpMemoryIO.h"
#include "pgpWordWrap.h"
#include "pgpRandomPool.h"
#include "pgpKeyServer.h"
// Our resource includes
#include "UIhelp.h"
#include "resource.h"
#ifdef __cplusplus
extern "C" {
#endif
void PGPsdkUICreateImageList(HIMAGELIST *hIml);
PGPError PGPsdkUIErrorBox (HWND hWnd,PGPError error);
void GetHelpDir(char *szHelp);
void InitRandomKeyHook(HHOOK* phhookKeyboard, HHOOK* phhookMouse);
void UninitRandomKeyHook(HHOOK hhookKeyboard, HHOOK hhookMouse);
HWND CreateOptionsControl(HWND hwndParent,
PGPOptionListRef options,
int x,int y,int dx,int dy);
void ResizeOptionsControl(HWND hwndOptions,
int x,int y,
int dx,int dy);
void SaveOptionSettings(HWND hwndOptionsWindow);
#ifdef __cplusplus
}
#endif
#endif /* ] Included_PGPUI32_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 + -