📄 msgmon.h
字号:
/////////////////////////////////
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -