vdkver.h
来自「Virtual Disk Driver」· C头文件 代码 · 共 32 行
H
32 行
/* vdkver.h VDK version definition Copyright (C) 2003 Ken Kato*/#ifndef _VDKVER_H_#define _VDKVER_H_// product version information#define VDK_PRODUCT_NAME "Virtual Disk Driver for Windows"#define VDK_PRODUCT_VERSION 3,1,0,0#define VDK_PRODUCT_VERSION_VAL 0x00030001#define VDK_PRODUCT_VERSION_STR "3.1"// driver file version information#define VDK_DRIVER_FILENAME "vdk.sys"#define VDK_DRIVER_VERSION 3,1,0,0#define VDK_DRIVER_VERSION_VAL 0x00030001#define VDK_DRIVER_VERSION_STR "3.1"// copyright information#define VDK_COMPANY_NAME "Ken Kato"#define VDK_COPYRIGHT_YEARS "2003"/* LANG_ENGLISH/SUBLANG_ENGLISH_US, Unicode CP */#define VDK_VERSIONINFO_LANG "040904B0"#define VDK_VERSIONINFO_TRANS 0x0409, 0x04B0#endif // _VDKVER_H_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?