现在驱动程序骨架就只剩下了资源脚本 ---TestDrv.rc,如 列表 3-6 所示 。该文件没有太大价值,因为它仅引用了来自 DrvInfo.h 的宏 ----DRV_RC_VERSION 以及向导提供的几个数据项来创建一个 VERSIONINFO 资源,另一个宏 ---DRV_RC_ICON 则等同于将 TestDrv.ico 加入 TesetDrv.sys 的 Resource Section 中的 ICON 声明语句 。
// TestDrv.rc
// 08-07-2000
// Copyright ?2000
#define _RC_PASS_
#define _TESTDRV_SYS_
#include "TestDrv.h"
// =================================================================
// STANDARD RESOURCES
// =================================================================
DRV_RC_VERSION
DRV_RC_ICON
// =================================================================
// END OF FILE
// =================================================================
列表 3-6. 驱动程序骨架的资源脚本
推荐阅读
- 如何安装/卸载 Windows 2000 的公钥证书颁发机构
- 使用 Windows 2000 备份程序备份和还原系统状态
- 8 《Undocumented Windows 2000 Secrets》翻译 --- 第四章
- 佐助见到秽土鼬是哪集
- Windows 2000 上配置和应用安全模板
- 如何在 Windows 2000 中启用自动登录
- 2 《Undocumented Windows 2000 Secrets》翻译 --- 第四章
- 1 《Undocumented Windows 2000 Secrets》翻译 --- 第四章
- Windows 2000下的Raw Socket编程
- Windows 2000开发过程中一些有趣的数据