⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pch.h

📁 该代码为我学习winnt内核时所写
💻 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 <stdarg.h>
#include <stdio.h>
#include <stddef.h>
#include <initguid.h>
#include <ntddk.h>
#define NTSTRSAFE_LIB
#include <ntstrsafe.h>
#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"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -