Windows2000/private/shell/shell32/cstrings.h

128 lines
3.9 KiB
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
// Const strings needed by lots of people.
#include <regstr.h>
#define c_szAppPaths REGSTR_PATH_APPPATHS
extern const TCHAR c_szShell32Dll[];
extern const TCHAR c_szShell16Dll[];
extern const TCHAR c_szBaseClass[];
extern const TCHAR c_szBriefcase[];
extern const TCHAR c_szStubWindowClass[];
extern const TCHAR c_szConnect[];
extern const TCHAR c_szConv[];
extern const TCHAR c_szDesktopIni[];
extern const TCHAR c_szDotDir[];
extern const TCHAR c_szDotDot[];
extern const TCHAR c_szDotExe[];
extern const TCHAR c_szEllipses[];
extern const TCHAR c_szExplore[];
extern const TCHAR c_szFILEOKSTRING[];
extern const TCHAR c_szFileCabinet[];
extern const TCHAR c_szFolderClass[];
extern const TCHAR c_szHeaderClass[];
extern const TCHAR c_szListViewClass[];
extern const TCHAR c_szMenuHandler[];
extern const TCHAR c_szNetRoot[];
extern const TCHAR c_szNetworkClass[];
extern const TCHAR c_szOpen[];
extern const TCHAR c_szOpenAs[];
extern const TCHAR c_szEdit[];
extern const TCHAR c_szOptions[];
extern const TCHAR c_szPATH[];
extern const TCHAR c_szPrint[];
extern const TCHAR c_szPrintTo[];
extern const TCHAR c_szProgramsClass[];
extern const TCHAR c_szPropSheet[];
extern const TCHAR c_szQuote[];
extern const TCHAR c_szRunConnect[];
extern const TCHAR c_szRunDll[];
extern const TCHAR c_szRunDll16[];
extern const TCHAR c_szRecentDocs[];
extern const TCHAR c_szShellUIHandler[];
extern const TCHAR c_szSlashCommand[];
extern const TCHAR c_szSlashDDEExec[];
extern const TCHAR c_szSpace[];
extern const TCHAR c_szStar[];
extern const TCHAR c_szStarDotStar[];
extern const TCHAR c_szTabControlClass[];
extern const TCHAR c_szTrayClass[];
extern const TCHAR c_szViewState[];
extern const TCHAR c_szNULL[];
#define szNULL c_szNULL
extern const CHAR c_szNULLA[];
extern const TCHAR c_szDefaultIcon[];
extern const TCHAR c_szCLSID[];
extern const TCHAR c_szShell[];
extern const TCHAR c_szProgramManager[];
extern const TCHAR c_szDesktop[];
extern const TCHAR c_szShellOpenCmd[];
extern const TCHAR c_szFindExtensions[];
extern const TCHAR c_szShellNew[];
extern const TCHAR c_szData[];
extern const TCHAR c_szFile[];
extern const TCHAR c_szNullString[];
extern const TCHAR c_szFalse[];
extern const TCHAR c_szPercentOne[];
extern const TCHAR c_szClassInfo[];
extern const TCHAR c_szConfirmFileOp[];
extern const TCHAR c_szWinMMDll[];
extern const CHAR c_szPlaySound[];
extern const TCHAR c_szSoundAliasRegKey[];
extern const TCHAR c_szDotDefault[];
extern const TCHAR c_szDefExclude[];
extern const TCHAR c_szDefExcludeGrep[];
#define CCHELLIPSES 3
extern const TCHAR c_szSetDefault[];
extern const TCHAR c_szNewObject[];
extern const TCHAR c_szPause[];
extern const TCHAR c_szResume[];
extern const TCHAR c_szPurge[];
extern const TCHAR c_szListView[];
extern const TCHAR c_szPositions[];
extern const TCHAR c_szPrinterIni[];
extern const TCHAR c_szFileColon[];
extern const TCHAR c_szPrinters[];
extern const TCHAR c_szDelete[];
extern const TCHAR c_szCut[];
extern const TCHAR c_szCopy[];
extern const TCHAR c_szLink[];
extern const TCHAR c_szProperties[];
extern const TCHAR c_szPaste[];
extern const TCHAR c_szPasteLink[];
extern const TCHAR c_szPasteSpecial[];
extern const TCHAR c_szRename[];
extern const TCHAR c_szDesktopClass[];
extern const TCHAR c_szExplorer[];
extern const TCHAR c_szFind[];
extern const TCHAR c_szNoRun[];
extern const TCHAR c_szNoClose[];
extern const TCHAR c_szNoSaveSettings[];
extern const TCHAR c_szNoFileMenu[];
extern const TCHAR c_szNoSetFolders[];
extern const TCHAR c_szNoSetTaskbar[];
extern const TCHAR c_szNoDesktop[];
extern const TCHAR c_szNoFind[];
extern const TCHAR c_szNoDrives[];
extern const TCHAR c_szNoDriveAutoRun[];
extern const TCHAR c_szNoDriveTypeAutoRun[];
extern const TCHAR c_szNoNetHood[];
extern const TCHAR c_szFontExtDll[];
extern const TCHAR c_szStatic[];
extern const TCHAR c_szCommand[];
extern const TCHAR c_szShellOpenCommand[];
#define SHELL_HLP "shell.hlp" // What help file the shell uses.