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.
 
 
 
 
 
 

34 lines
749 B

/*++
Copyright (C) 1996-1999 Microsoft Corporation
Module Name:
strings.h
Abstract:
Global resource strings which should not be localized
--*/
#include <windows.h>
class CGlobalString {
public:
CGlobalString() {};
~CGlobalString() {};
// static const WCHAR m_chBackslash;
static LPCWSTR m_cszDefaultsInstalled;
static LPCWSTR m_cszConceptsHTMLHelpFileName;
static LPCWSTR m_cszSnapinHTMLHelpFileName;
static LPCWSTR m_cszHTMLHelpTopic;
static LPCWSTR m_cszContextHelpFileName;
static LPCWSTR m_cszDefaultCtrLogCpuPath;
static LPCWSTR m_cszDefaultCtrLogMemoryPath;
static LPCWSTR m_cszDefaultCtrLogDiskPath;
};