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

  1. #include "stdafx.h"
  2. #include "strnoloc.h"
  3. //const WCHAR CGlobalString::m_chBackslash = L'\\';
  4. LPCWSTR CGlobalString::m_cszDefaultsInstalled = L"Defaults Installed";
  5. LPCWSTR CGlobalString::m_cszConceptsHTMLHelpFileName = L"\\help\\mpconcepts.chm";
  6. LPCWSTR CGlobalString::m_cszSnapinHTMLHelpFileName = L"\\help\\smlogcfg.chm";
  7. LPCWSTR CGlobalString::m_cszHTMLHelpTopic = L"nt_smlogcfg_top.htm";
  8. LPCWSTR CGlobalString::m_cszContextHelpFileName = L"\\help\\sysmon.hlp";
  9. LPCWSTR CGlobalString::m_cszDefaultCtrLogCpuPath = L"\\Processor(_Total)\\% Processor Time";
  10. LPCWSTR CGlobalString::m_cszDefaultCtrLogMemoryPath = L"\\Memory\\Pages/sec";
  11. LPCWSTR CGlobalString::m_cszDefaultCtrLogDiskPath = L"\\PhysicalDisk(_Total)\\Avg. Disk Queue Length";