?? msgmon.h
字號(hào):
/////////////////////////////////
// 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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -