//+---------------------------------------------------------------------------
//
//  Microsoft Windows NT5.0
//  Copyright (C) Microsoft Corporation, 1997.
//
//  File:       N U S T R S . H
//
//  Contents:   Strings constants for netupgrd
//
//  Notes:
//
//  Author:     kumarp    16-October-97
//
//----------------------------------------------------------------------------

#pragma once

extern const WCHAR c_szType[];
extern const WCHAR c_szLinkage[];
extern const WCHAR c_szLinkageDisabled[];
extern const WCHAR c_szRegKeyAdapterHome[];
extern const WCHAR c_szHidden[];
extern const WCHAR c_szRegKeyNetRules[];
extern const WCHAR c_szRegValInfOption[];
extern const WCHAR c_szRegValDescription[];
extern const WCHAR c_szRegValSoftwareType[];
extern const WCHAR c_szSoftwareTypeTransport[];
extern const WCHAR c_szSoftwareTypeDriver[];
extern const WCHAR c_szSoftwareTypeService[];
extern const WCHAR c_szSoftwareTypeSystem[];
extern const WCHAR c_szSoftwareTypeClient[];
extern const WCHAR c_szRegKeySoftware[];
extern const WCHAR c_szRegKeyCurrentVersion[];
extern const WCHAR c_szRegKeyMicrosoft[];

extern const WCHAR c_szNetCard[];


extern const WCHAR c_szRegValComputerName[];
extern const WCHAR c_szComputerName[];
extern const WCHAR c_szRegKeySoftwareMicrosoft[];
extern const WCHAR c_szRegValRoute[];
extern const WCHAR c_szRegValBind[];
extern const WCHAR c_szSvcTcpip[];
extern const WCHAR c_szSvcNetBT[];
extern const WCHAR c_szNoParamsRequired[];
extern const WCHAR c_szNotSupported[];
extern const WCHAR c_szDhcpServerLinkageDisabled[];
extern const WCHAR c_szRegWlbsLinkage[];
extern const WCHAR c_szRegConvoyLinkage[];

