|
|
1.1 ! root 1: ! 2: #define FilePathLen 256 ! 3: ! 4: ! 5: //==========================================================================// ! 6: // Other // ! 7: //==========================================================================// ! 8: ! 9: ! 10: #define ControlStringLen 160 ! 11: #define MenuStringLen 80 ! 12: #define MessageLen 160 ! 13: #define ProfileValueLen 120 ! 14: #define ProfileKeyLen 80 ! 15: #define WindowCaptionLen 40 ! 16: #define ResourceStringLen 40 ! 17: ! 18: #define MiscTextLen 80 ! 19: #define ShortTextLen 25 ! 20: #define LongTextLen 160 ! 21: ! 22: ! 23: //==========================================================================// ! 24: // Perfmon-Related Sizes // ! 25: //==========================================================================// ! 26: ! 27: ! 28: #define PerfObjectLen 80 ! 29: ! 30: #define MAX_SYSTEM_NAME_LENGTH 128 ! 31: #define DEFAULT_COUNTER_NAME_SIZE (2 * 4096) ! 32: #define DEFAULT_COUNTER_HELP_SIZE (24 * 4096) ! 33: #define SMALL_BUF_LEN 16 // For numeric strings done in ASCII or whatever ! 34: #define STARTING_SYSINFO_SIZE (48L * 1024L) ! 35: #define NM_BUF_SIZE 64 ! 36: ! 37: // the min and max of time interval in sec ! 38: #define MAX_INTERVALSEC (FLOAT)2000000.0 ! 39: #define MIN_INTERVALSEC (FLOAT)0.0 ! 40: ! 41: // the min and max for the Graph Vertical max. ! 42: #define MAX_VERTICAL 2000000000 ! 43: #define MIN_VERTICAL 1 ! 44:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.