?? misc.h
字號:
#ifndef __MISC_H
#define __MISC_H
//#define HE4_MISC_DEBUG
#define __MISC_USE_KHEAP
extern "C"
{
#include "ntddk.h"
}
#include "stdio.h"
#include "string.h"
#include "../Include/KTypes.h"
#include "../KStdLib/krnlstdlib.h"
#include "../Include/NtoskrnlUndoc.h"
#ifdef __MISC_USE_KHEAP
#include "../KMemoryManager/KMemoryManager.h"
#endif //__MISC_USE_KHEAP
//
// Print macro that only turns on when debugging is on
//
#ifdef HE4_MISC_DEBUG
#define DbgPrintMisc(arg) DbgPrint arg
#else
#define DbgPrintMisc(arg)
#endif
typedef PVOID POBJECT;
//
// 澤黻鯊
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -