//+--------------------------------------------------------------------------- // // Microsoft Windows NT5.0 // Copyright (C) Microsoft Corporation, 1997. // // File: N U S T R S . C P P // // Contents: Strings constants for netupgrd // // Notes: // // Author: kumarp 16-October-97 // //---------------------------------------------------------------------------- #include "pch.h" #pragma hdrstop #include "nustrs.h" const WCHAR c_szType[] = L"Type"; const WCHAR c_szLinkage[] = L"Linkage"; const WCHAR c_szLinkageDisabled[] = L"Linkage\\Disabled"; const WCHAR c_szRegKeyAdapterHome[] = L"SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\NetworkCards"; const WCHAR c_szHidden[] = L"Hidden"; const WCHAR c_szRegKeyNetRules[] = L"NetRules"; const WCHAR c_szRegValInfOption[] = L"InfOption"; const WCHAR c_szRegValDescription[] = L"Description"; const WCHAR c_szRegValSoftwareType[] = L"SoftwareType"; const WCHAR c_szSoftwareTypeTransport[] = L"transport"; const WCHAR c_szSoftwareTypeDriver[] = L"driver"; const WCHAR c_szSoftwareTypeService[] = L"service"; const WCHAR c_szSoftwareTypeSystem[] = L"system"; const WCHAR c_szSoftwareTypeClient[] = L"client"; const WCHAR c_szRegKeySoftware[] = L"Software"; const WCHAR c_szRegKeyCurrentVersion[] = L"CurrentVersion"; const WCHAR c_szRegKeyMicrosoft[] = L"Microsoft"; const WCHAR c_szNetCard[] = L"Net Card"; const WCHAR c_szRegValComputerName[] = L"SYSTEM\\CurrentControlSet\\Control\\ComputerName\\ComputerName"; const WCHAR c_szComputerName[] = L"ComputerName"; const WCHAR c_szRegKeySoftwareMicrosoft[]= L"Software\\Microsoft"; const WCHAR c_szRegValRoute[] = L"Route"; const WCHAR c_szRegValBind[] = L"Bind"; const WCHAR c_szSvcTcpip[] = L"Tcpip"; const WCHAR c_szSvcNetBT[] = L"NetBT"; const WCHAR c_szNoParamsRequired[] = L"This component does not require any parameters"; const WCHAR c_szNotSupported[] = L"NotSupported"; const WCHAR c_szDhcpServerLinkageDisabled[] = L"SYSTEM\\CurrentControlSet\\Services\\DhcpServer\\Linkage\\Disabled"; const WCHAR c_szRegWlbsLinkage[] = L"SYSTEM\\CurrentControlSet\\Services\\WLBS\\Linkage"; const WCHAR c_szRegConvoyLinkage[] = L"SYSTEM\\CurrentControlSet\\Services\\Convoy\\Linkage";