threadctrnm.h

来自「EVC4.rar」· C头文件 代码 · 共 28 行

H
28
字号
//
//  genctrnm.h
//
//  Offset definition file for exensible counter objects and counters
//
//  These "relative" offsets must start at 0 and be multiples of 2 (i.e.
//  even numbers). In the Open Procedure, they will be added to the 
//  "First Counter" and "First Help" values fo the device they belong to, 
//  in order to determine the  absolute location of the counter and 
//  object names and corresponding help text in the registry.
//
//  this file is used by the extensible counter DLL code as well as the 
//  counter name and help text definition file (.INI) file that is used
//  by LODCTR to load the names into the registry.
//

#define CE_THREADSTATS_OBJ			0
#define CE_THREAD_KERNEL_TIME		2
#define CE_THREAD_USER_TIME			4
#define CE_THREAD_PROCESSOR_TIME	6
#define CE_THREAD_ELAPSED_TIME		8
#define CE_THREAD_THREAD_ID			10
#define CE_THREAD_PROCESS_ID		12
#define CE_THREAD_PRIORITY			14
#define CE_REALTIME_PRIORITY		16
#define CE_THREAD_QUANTUM           18
#define CE_THREAD_TOTAL_PRIV_TIME   20 
#define CE_THREAD_TOTAL_USER_TIME   22

⌨️ 快捷键说明

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