Leaked source code of windows server 2003
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.

32 lines
1.2 KiB

  1. #include "shellprv.h"
  2. #pragma hdrstop
  3. const TCHAR c_szShell32Dll[] = TEXT("shell32.dll");
  4. const TCHAR c_szShell16Dll[] = TEXT("shell.dll");
  5. const TCHAR c_szNULL[] = TEXT("");
  6. const TCHAR c_szSpace[] = TEXT(" ");
  7. const TCHAR c_szStar[] = TEXT("*");
  8. const TCHAR c_szStarDotStar[] = TEXT("*.*");
  9. const TCHAR c_szFolderClass[] = TEXT("Folder");
  10. const TCHAR c_szStubWindowClass[] = TEXT("StubWindow32");
  11. const TCHAR c_szExplore[] = TEXT("Explore");
  12. const TCHAR c_szBaseClass[] = TEXT("*");
  13. const TCHAR c_szEllipses[] = TEXT("...");
  14. const TCHAR c_szPATH[] = TEXT("PATH");
  15. const TCHAR c_szDotExe[] = TEXT(".exe");
  16. const TCHAR c_szOpen[] = TEXT("open");
  17. const TCHAR c_szEdit[] = TEXT("edit");
  18. const TCHAR c_szFind[] = TEXT("find");
  19. const TCHAR c_szPrint[] = TEXT("print");
  20. const TCHAR c_szPrintTo[] = TEXT("printto");
  21. const TCHAR c_szOpenAs[] = TEXT("openas");
  22. const TCHAR c_szDesktopIni[] = STR_DESKTOPINI; // "desktop.ini"
  23. const TCHAR c_szShell[] = STRREG_SHELL; // "shell"
  24. const TCHAR c_szDesktop[] = TEXT("Desktop");
  25. // strings for filetypes
  26. const TCHAR c_szCommand[] = TEXT("command");
  27. const TCHAR c_szDefaultIcon[] = TEXT("DefaultIcon");