18 lines
749 B
C++
18 lines
749 B
C++
|
#include "stdafx.h"
|
||
|
#include "strnoloc.h"
|
||
|
|
||
|
//const WCHAR CGlobalString::m_chBackslash = L'\\';
|
||
|
|
||
|
LPCWSTR CGlobalString::m_cszDefaultsInstalled = L"Defaults Installed";
|
||
|
|
||
|
LPCWSTR CGlobalString::m_cszConceptsHTMLHelpFileName = L"\\help\\mpconcepts.chm";
|
||
|
LPCWSTR CGlobalString::m_cszSnapinHTMLHelpFileName = L"\\help\\smlogcfg.chm";
|
||
|
LPCWSTR CGlobalString::m_cszHTMLHelpTopic = L"nt_smlogcfg_top.htm";
|
||
|
LPCWSTR CGlobalString::m_cszContextHelpFileName = L"\\help\\sysmon.hlp";
|
||
|
|
||
|
LPCWSTR CGlobalString::m_cszDefaultCtrLogCpuPath = L"\\Processor(_Total)\\% Processor Time";
|
||
|
LPCWSTR CGlobalString::m_cszDefaultCtrLogMemoryPath = L"\\Memory\\Pages/sec";
|
||
|
LPCWSTR CGlobalString::m_cszDefaultCtrLogDiskPath = L"\\PhysicalDisk(_Total)\\Avg. Disk Queue Length";
|
||
|
|
||
|
|