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.
|
|
//+----------------------------------------------------------------------------
//
// File: cmakreg.h
//
// Module: Common Strings for all Modules to Utilize
//
// Synopsis: Header file for CMAK related Registry keys and values.
//
// Copyright (c) 1997-1998 Microsoft Corporation
//
// Author: quintinb Created Header 08/19/99
//
//+----------------------------------------------------------------------------
const TCHAR* const c_pszRegCmak = TEXT("Software\\Microsoft\\Connection Manager Administration Kit"); const TCHAR* const c_pszCmakAppPath = TEXT("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\App Paths\\CMAK.EXE"); const TCHAR* const c_pszRegOutput = TEXT("Output");
|