📄 pgpclassesconfigdrv98.h
字号:
/*____________________________________________________________________________
Copyright (C) 2002 PGP Corporation
All rights reserved.
$Id: pgpClassesConfigDrv98.h,v 1.3 2002/08/06 20:10:50 dallen Exp $
____________________________________________________________________________*/
#ifndef Included_pgpClassesConfigDrv98_h // [
#define Included_pgpClassesConfigDrv98_h
//// Align to 1.
#if PGP_WIN32
#pragma pack(push, 1)
#endif
// Base DDK includes
#pragma warning(disable:4229)
extern "C"
{
#include <basedef.h>
#include <vmm.h>
#include <shell.h>
#include <ifs.h>
#include <vwin32.h>
#include "aep.h"
#include "sgd.h"
#include <blockdev.h>
#include <config.h>
#include <dcb.h>
#include <ddb.h>
#include <drp.h>
#include <dvt.h>
#include <ida.h>
#include <ilb.h>
#include <ior.h>
#include <iop.h>
#include <irs.h>
#include <isp.h>
#include <ivt.h>
#include <vrp.h>
#undef _IRS_H
#include <vxdwraps.h>
}
#pragma warning(default:4229)
// Restore alignment.
#if PGP_WIN32
#pragma pack(pop)
#endif
// Additional type definitions
typedef pDDB PDDB;
typedef pIOP PIOP;
typedef BOOL BOOLEAN;
typedef unsigned short WCHAR;
typedef LONGLONG DWORDLONG;
// Non-DDK includes
#pragma intrinsic(memcmp, memcpy, memset, strcat, strcmp, strcpy, strlen)
#include "CRuntime.h"
#include "MoreVxdWraps.h"
#pragma VxD_LOCKED_CODE_SEG
// Force initializers to INITCODE section.
#pragma warning(disable:4075)
#pragma init_seg("INITCODE")
#pragma warning(default:4075)
#endif // ] Included_pgpClassesConfigDrv98_h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -