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.

53 lines
2.4 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows NT5.0
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: N U S T R S . C P P
  7. //
  8. // Contents: Strings constants for netupgrd
  9. //
  10. // Notes:
  11. //
  12. // Author: kumarp 16-October-97
  13. //
  14. //----------------------------------------------------------------------------
  15. #include "pch.h"
  16. #pragma hdrstop
  17. #include "nustrs.h"
  18. const WCHAR c_szType[] = L"Type";
  19. const WCHAR c_szLinkage[] = L"Linkage";
  20. const WCHAR c_szLinkageDisabled[] = L"Linkage\\Disabled";
  21. const WCHAR c_szRegKeyAdapterHome[] = L"SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\NetworkCards";
  22. const WCHAR c_szHidden[] = L"Hidden";
  23. const WCHAR c_szRegKeyNetRules[] = L"NetRules";
  24. const WCHAR c_szRegValInfOption[] = L"InfOption";
  25. const WCHAR c_szRegValDescription[] = L"Description";
  26. const WCHAR c_szRegValSoftwareType[] = L"SoftwareType";
  27. const WCHAR c_szSoftwareTypeTransport[] = L"transport";
  28. const WCHAR c_szSoftwareTypeDriver[] = L"driver";
  29. const WCHAR c_szSoftwareTypeService[] = L"service";
  30. const WCHAR c_szSoftwareTypeSystem[] = L"system";
  31. const WCHAR c_szSoftwareTypeClient[] = L"client";
  32. const WCHAR c_szRegKeySoftware[] = L"Software";
  33. const WCHAR c_szRegKeyCurrentVersion[] = L"CurrentVersion";
  34. const WCHAR c_szRegKeyMicrosoft[] = L"Microsoft";
  35. const WCHAR c_szNetCard[] = L"Net Card";
  36. const WCHAR c_szRegValComputerName[] = L"SYSTEM\\CurrentControlSet\\Control\\ComputerName\\ComputerName";
  37. const WCHAR c_szComputerName[] = L"ComputerName";
  38. const WCHAR c_szRegKeySoftwareMicrosoft[]= L"Software\\Microsoft";
  39. const WCHAR c_szRegValRoute[] = L"Route";
  40. const WCHAR c_szRegValBind[] = L"Bind";
  41. const WCHAR c_szSvcTcpip[] = L"Tcpip";
  42. const WCHAR c_szSvcNetBT[] = L"NetBT";
  43. const WCHAR c_szNoParamsRequired[] = L"This component does not require any parameters";
  44. const WCHAR c_szNotSupported[] = L"NotSupported";
  45. const WCHAR c_szDhcpServerLinkageDisabled[] = L"SYSTEM\\CurrentControlSet\\Services\\DhcpServer\\Linkage\\Disabled";
  46. const WCHAR c_szRegWlbsLinkage[] = L"SYSTEM\\CurrentControlSet\\Services\\WLBS\\Linkage";
  47. const WCHAR c_szRegConvoyLinkage[] = L"SYSTEM\\CurrentControlSet\\Services\\Convoy\\Linkage";