cstrings.c
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:2k
源码类别:
系统编程
开发平台:
Visual C++
- //----------------------------------------------------------------------------
- // Const strings needed by lots of people.
- //----------------------------------------------------------------------------
- #include "shellprv.h"
- #pragma hdrstop
- //
- // BUGBUG: We should move all strings right next to the code that uses it.
- //
- const TCHAR c_szShell32Dll[] = TEXT("shell32.dll");
- const TCHAR c_szShell16Dll[] = TEXT("shell.dll");
- const TCHAR c_szNULL[] = TEXT("");
- const TCHAR c_szSpace[] = TEXT(" ");
- const TCHAR c_szStar[] = TEXT("*");
- const TCHAR c_szStarDotStar[] = TEXT("*.*");
- const TCHAR c_szFolderClass[] = TEXT("Folder");
- const TCHAR c_szStubWindowClass[] = TEXT("StubWindow32");
- const TCHAR c_szExplore[] = TEXT("Explore");
- const TCHAR c_szExplorer[] = TEXT("Explorer");
- const TCHAR c_szBaseClass[] = TEXT("*");
- const TCHAR c_szEllipses[] = TEXT("...");
- const TCHAR c_szPATH[] = TEXT("PATH");
- const TCHAR c_szDotExe[] = TEXT(".exe");
- const TCHAR c_szPropSheet[] = STRREG_SHEX_PROPSHEET;
- const TCHAR c_szOpen[] = TEXT("open");
- const TCHAR c_szEdit[] = TEXT("edit");
- const TCHAR c_szFind[] = TEXT("find");
- const TCHAR c_szPrint[] = TEXT("print");
- const TCHAR c_szPrintTo[] = TEXT("printto");
- const TCHAR c_szOpenAs[] = TEXT("openas");
- const TCHAR c_szDesktopIni[] = STR_DESKTOPINI; // "desktop.ini"
- const TCHAR c_szCLSID[] = TEXT("CLSID");
- const TCHAR c_szShell[] = STRREG_SHELL; // "shell"
- const TCHAR c_szProgramManager[] = TEXT("Program Manager");
- const TCHAR c_szDesktop[] = TEXT("Desktop");
- // strings for filetypes
- const TCHAR c_szCommand[] = TEXT("command");
- const TCHAR c_szDefaultIcon[] = TEXT("DefaultIcon");
- const TCHAR c_szShellOpenCommand[] = TEXT("shell\open\command");
English
