www.pudn.com > dvKrnlData.rar > pch.h


// pch.h 
// 
// Generated by C DriverWizard 3.2.0 (Build 2485) 
// Requires DDK Only 
// File created on 9/12/2006 
// 
 
#ifdef __cplusplus 
extern "C" { 
#endif // __cplusplus 
#pragma warning(disable:4200) 
#pragma warning(disable:4201) 
#include  
#include  
#include  
#include  
#include  
#define NTSTRSAFE_LIB 
#include  
#ifdef __cplusplus 
} 
#endif // __cplusplus 
 
// ================================================================= 
// BASIC TYPES 
// ================================================================= 
 
typedef unsigned char       BYTE,  *PBYTE,  **PPBYTE; 
typedef unsigned short      WORD,  *PWORD,  **PPWORD; 
typedef unsigned long       DWORD, *PDWORD, **PPDWORD; 
typedef unsigned __int64    QWORD, *PQWORD, **PPQWORD; 
typedef int                 BOOL,  *PBOOL,  **PPBOOL; 
typedef void                                **PPVOID; 
 
#include "dvKrnlData.h" 
#include "HookFun.h"