msgmon.h
来自「自动生成虚拟设备驱动(VXD)的C++代码的一个库」· C头文件 代码 · 共 25 行
H
25 行
/////////////////////////////////
// Header file for MSGMON.VxD
// FileName: MsgMon.hpp - created by VxDWriter
// Copyright (c) 1997 by Somnath Kundu. All Rights Reserved.
#ifndef _MSGMON_H
#define _MSGMON_H
#ifdef __cplusplus
extern "C" {
#endif
#define MSGMON_MAJOR_VER 1 // Major version No. of VxD
#define MSGMON_MINOR_VER 0 // Minor version No. of VxD
#define MSGMON_DEVICE_ID UNDEFINED_DEVICE_ID // Device ID for this VxD
#define MSGMON_INIT_ORDER UNDEFINED_INIT_ORDER // Initialization order
extern VMMDDB thisDDB; // Declaration for our DDB
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?