driver.h
来自「开发驱动的“hello world" 用来入门不错。」· C头文件 代码 · 共 15 行
H
15 行
// 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 + =
减小字号Ctrl + -
显示快捷键?