📄 driver.h
字号:
// driver.h -- Declarations for STUPID.SYS (DFW version)
// Copyright (C) 2003 by Walter Oney
// All rights reserved
#pragma once
#define DRIVERNAME "STUPID"
///////////////////////////////////////////////////////////////////////////////
// In a more complex driver, we would declare a substantial device extension
// structure here. Since STUPID doesn't explicitly handle any IRPs, there should
// be no need to do so.
//typedef struct _DEVICE_EXTENSION {
// } DEVICE_EXTENSION, *PDEVICE_EXTENSION;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -