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.
|
|
//+----------------------------------------------------------------------------
//
// 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");
|