16 lines
554 B
C
16 lines
554 B
C
//+----------------------------------------------------------------------------
|
|
//
|
|
// File: uninstcm_str.h
|
|
//
|
|
// Module: Common Strings for all Modules to Utilize
|
|
//
|
|
// Synopsis: Cm Uninstall Reg Key location
|
|
//
|
|
// Copyright (c) 1998 Microsoft Corporation
|
|
//
|
|
// Author: quintinb Created Header 08/19/99
|
|
//
|
|
//+----------------------------------------------------------------------------
|
|
|
|
const TCHAR* const c_pszRegCmUninstallKey = TEXT("Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Connection Manager");
|