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.

34 lines
1.1 KiB

  1. /***
  2. **
  3. ** Module: reg.
  4. **
  5. ** Description:
  6. ** This is the public interface for getting the registry key
  7. ** location for various Office 95 fetaures.
  8. **
  9. ** Currently, the settings are all located under the same root,
  10. ** though possibly under wither HKEY_CURRENT_USER or
  11. ** HKEY_LOCAL_MACHINE. This location is:
  12. ** <HKEY>\Software\Microsoft\Microsoft Office\95\".
  13. **
  14. ** Author: Michael Jansson
  15. ** Created: 12\19\94
  16. **
  17. ***/
  18. extern const TCHAR vcszKeyAnthem[];
  19. extern const TCHAR vcszKeyFileNewNFT[];
  20. extern const TCHAR vcszKeyFileNewLocal[];
  21. extern const TCHAR vcszKeyFileNewShared[];
  22. extern const TCHAR vcszKeyIS[];
  23. extern const TCHAR vcszSubKeyISToWHelp[];
  24. extern const TCHAR vcszKeyAutoCorrectSettings[];
  25. extern const TCHAR vcszKeyAutoCorrectRepl[];
  26. extern const TCHAR vcszKeyAutoCorrectDefaultRepl[];
  27. extern const TCHAR vcszSubKeyAutoInitial[];
  28. extern const TCHAR vcszSubKeyAutoCapital[];
  29. extern const TCHAR vcszSubKeyReplace[];
  30. extern const TCHAR vcszNoTracking[];
  31. #ifdef WAIT3340
  32. extern const TCHAR vcszMSHelp[];
  33. #endif