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.

15 lines
554 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: uninstcm_str.h
  4. //
  5. // Module: Common Strings for all Modules to Utilize
  6. //
  7. // Synopsis: Cm Uninstall Reg Key location
  8. //
  9. // Copyright (c) 1998 Microsoft Corporation
  10. //
  11. // Author: quintinb Created Header 08/19/99
  12. //
  13. //+----------------------------------------------------------------------------
  14. const TCHAR* const c_pszRegCmUninstallKey = TEXT("Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Connection Manager");