Source code of Windows XP (NT5)
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.

17 lines
732 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: cmakreg.h
  4. //
  5. // Module: Common Strings for all Modules to Utilize
  6. //
  7. // Synopsis: Header file for CMAK related Registry keys and values.
  8. //
  9. // Copyright (c) 1997-1998 Microsoft Corporation
  10. //
  11. // Author: quintinb Created Header 08/19/99
  12. //
  13. //+----------------------------------------------------------------------------
  14. const TCHAR* const c_pszRegCmak = TEXT("Software\\Microsoft\\Connection Manager Administration Kit");
  15. const TCHAR* const c_pszCmakAppPath = TEXT("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\App Paths\\CMAK.EXE");
  16. const TCHAR* const c_pszRegOutput = TEXT("Output");