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

📄 driver.h

📁 开发驱动的“hello world" 用来入门不错。
💻 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 + -