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.

54 lines
1.8 KiB

  1. //*********************************************************************
  2. //* Microsoft Windows **
  3. //* Copyright(c) Microsoft Corp., 1994 **
  4. //*********************************************************************
  5. //
  6. // STRINGS.H - Header file for hard-coded strings
  7. //
  8. // HISTORY:
  9. //
  10. // 96/05/22 markdu Created (from inetcfg.dll)
  11. #ifndef _STRINGS_H_
  12. #define _STRINGS_H_
  13. // registry strings
  14. extern const CHAR szRegPathSetup[];
  15. extern const CHAR szRegPathClass[];
  16. extern const CHAR szRegPathEnumNet[];
  17. extern const CHAR szRegPathSetupRunOnce[];
  18. extern const CHAR szRegPathSoftwareMicrosoft[];
  19. extern const CHAR szRegValOwner[];
  20. extern const CHAR szRegValOrganization[];
  21. extern const CHAR szRegValDriver[];
  22. extern const CHAR szTCPGlobalKeyName[];
  23. extern const CHAR szRegKeyBindings[];
  24. extern const CHAR szRegValEnableDNS[];
  25. extern const CHAR szRegPathExchangeClientOpt[];
  26. extern const CHAR szRegValSilentRunning[];
  27. extern const CHAR szRegValMlSet[];
  28. extern const CHAR szRegPathComputerName[];
  29. extern const CHAR szRegValComputerName[];
  30. extern const CHAR szRegPathWorkgroup[];
  31. extern const CHAR szRegValWorkgroup[];
  32. // 10/24/96 jmazner Normandy 6968
  33. // No longer neccessary thanks to Valdon's hooks for invoking ICW.
  34. //extern const CHAR szRegPathInternetIconCommand[];
  35. extern const CHAR szRegPathIexploreAppPath[];
  36. extern const CHAR szRegPathDesktop[];
  37. extern const CHAR szRegPathSetupWallpaper[];
  38. extern const CHAR szRegValWallpaper[];
  39. extern const CHAR szRegValTileWallpaper[];
  40. // misc strings
  41. extern const CHAR sz0[];
  42. extern const CHAR sz1[];
  43. extern const CHAR szNull[];
  44. extern const CHAR szVSERVER[];
  45. extern const CHAR szVREDIR[];
  46. #endif // _STRINGS_H_