Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
749 B

#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";