📄 pch.h
字号:
// pch.h
//
// Generated by C DriverWizard 3.1.0 (Build 1722)
// Requires DDK Only
// File created on 1/23/2009
//
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
#pragma warning(disable:4200) // nonstandard extension used : zero-sized array in struct/union
#pragma warning(disable:4201) // nonstandard extension used : nameless struct/union
#include <stdarg.h>
#include <stdio.h>
#include <stddef.h>
#include <initguid.h>
//#include <wdm.h>
#include <ntddk.h>
#include <wmilib.h>
#include <wmistr.h>
#define NTSTRSAFE_LIB
#include <ntstrsafe.h>
#ifdef __cplusplus
}
#endif // __cplusplus
#include "CharSample.h"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -