📄 stat_s.h
字号:
//***********************************************************************/
// Author : Garry
// Original Date : Oct,22 2006
// Module Name : STAT_S.H
// Module Funciton :
// Countains statistics thread's definition and
// implementation code.
// This is a kernel thread.
// Last modified Author :
// Last modified Date :
// Last modified Content :
// 1.
// 2.
// Lines number :
//***********************************************************************/
extern __KERNEL_THREAD_OBJECT* lpStatKernelThread; //Global variables.
DWORD StatThreadRoutine(LPVOID lpData); //Entry point of the statistics thread.
#define STAT_MSG_SHOWSTATINFO 0x1001
#define STAT_MSG_GETSTATINFO 0x1002
#define STAT_MSG_TERMINAL 0x1003
#define STAT_MSG_LISTDEV 0x1004
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -