driver.h

来自「Programming the Microsoft Windows driver」· C头文件 代码 · 共 12 行

H
12
字号
// Declarations for whichos driver

// Copyright (C) 1999, 2000 by Walter Oney

// All rights reserved



#ifndef DRIVER_H

#define DRIVER_H



#define DRIVERNAME "WHICHOS"				// for use in messages

#define LDRIVERNAME L"WHICHOS"				// for use in UNICODE string constants



#endif // DRIVER_H

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?