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.

61 lines
2.1 KiB

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. cstrings.c
  6. Abstract:
  7. Constant strings
  8. Author:
  9. Steve Kiraly (SteveKi) 06-Feb-1997
  10. Revision History:
  11. --*/
  12. #include "precomp.h"
  13. #pragma hdrstop
  14. const WCHAR szWindows[] = L"Windows";
  15. const WCHAR szDevices[] = L"Devices";
  16. const WCHAR szDevice[] = L"Device";
  17. const WCHAR szPrinterPorts[] = L"PrinterPorts";
  18. const WCHAR szPrinters[] = L"Printers";
  19. const WCHAR szDeviceOld[] = L"DeviceOld";
  20. const WCHAR szNULL[] = L"";
  21. const WCHAR szComma[] = L",";
  22. const WCHAR szSlash[] = L"\\";
  23. const WCHAR szFilePort[] = L"FILE:";
  24. const WCHAR szHelpFile[] = L"WINDOWS.HLP";
  25. const WCHAR szNetMsgDll[] = L"NETMSG.DLL";
  26. const WCHAR szPrintUIDll[] = L"PRINTUI.DLL";
  27. const WCHAR cszWin95Environment[] = L"Windows 4.0";
  28. const WCHAR szManifestExtension[] = L"manifest";
  29. const WCHAR gszShell32[] = L"shell32.dll";
  30. const WCHAR cszTrayListenerClassName[] = L"PrintTray_Notify_WndClass";
  31. const WCHAR gszCSRDll[] = L"csrsrv.dll";
  32. const WCHAR gszUserProfileRegPath[] = L"Software\\Microsoft\\Windows NT\\CurrentVersion";
  33. const WCHAR gszRegEnvironments[] = L"System\\CurrentControlSet\\Control\\Print\\Environments";
  34. const WCHAR gszSystem32Spool[] = L"system32\\spool";
  35. const WCHAR gszPrintProcessorsPath[] = L"PRTPROCS";
  36. const WCHAR gszPrinterDriversPath[] = L"DRIVERS";
  37. const WCHAR gszEnivronmentDirectory[] = L"Directory";
  38. const CHAR szCompstuiDll[] = "compstui.dll";
  39. const CHAR szCommonPropertySheetUIW[] = "CommonPropertySheetUIW";
  40. const CHAR szDrvDevPropSheets[] = "DrvDevicePropertySheets";
  41. const CHAR szDrvDocPropSheets[] = "DrvDocumentPropertySheets";
  42. const CHAR szConstructPrinterFriendlyName[] = "ConstructPrinterFriendlyName";