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.

1111 lines
55 KiB

  1. //=================================================================
  2. //
  3. // Strings.cpp
  4. //
  5. // Copyright (c) 1995-2002 Microsoft Corporation, All Rights Reserved
  6. //
  7. //=================================================================
  8. #include "precomp.h"
  9. // Needed to fix warning message. I believe this is fixed in vc6.
  10. #if ( _MSC_VER <= 1100 )
  11. void strings_cpp(void) { ; };
  12. #endif
  13. // registry strings
  14. //
  15. ///////////////////////////////////////////////////////////
  16. // LOGGING MESSAGES
  17. LPCWSTR IDS_LogImpersonationFailed = L"Failed to impersonate logged on user.\n";
  18. LPCWSTR IDS_LogImpersonationRevertFailed = L"Unable to revert back from impersonated user.\n";
  19. LPCWSTR IDS_LogOutOfMemory = L"Out of Memory";
  20. // SHARE DISPOSITIONS
  21. LPCWSTR IDS_SDDeviceExclusive = L"DeviceExclusive";
  22. LPCWSTR IDS_SDDriverExclusive = L"DriverExclusive";
  23. LPCWSTR IDS_SDShared = L"Shared";
  24. LPCWSTR IDS_SDUndetermined = L"Undetermined";
  25. // MEMORY TYPES
  26. LPCWSTR IDS_MTReadWrite = L"ReadWrite";
  27. LPCWSTR IDS_MTReadOnly = L"ReadOnly";
  28. LPCWSTR IDS_MTWriteOnly = L"WriteOnly";
  29. LPCWSTR IDS_MTPrefetchable = L"Prefetchable";
  30. // MEDIA TYPES
  31. LPCWSTR IDS_MDT_RandomAccess = L"Random Access";
  32. LPCWSTR IDS_MDT_SupportsWriting = L"Supports Writing";
  33. LPCWSTR IDS_MDT_Removable = L"Removable Media";
  34. LPCWSTR IDS_MDT_CD = L"CD-ROM";
  35. // Processor Architectures
  36. LPCWSTR IDS_ProcessorX86 = L"X86-based PC";
  37. LPCWSTR IDS_ProcessorX86Nec98 = L"X86-Nec98 PC";
  38. LPCWSTR IDS_ProcessorMIPS = L"MIPS-based PC";
  39. LPCWSTR IDS_ProcessorALPHA = L"ALPHA-based PC";
  40. LPCWSTR IDS_ProcessorPowerPC = L"Power PC";
  41. LPCWSTR IDS_ProcessorIA64 = L"Itanium (TM) -based System";
  42. LPCWSTR IDS_ProcessorAMD64 = L"AMD64-based PC";
  43. LPCWSTR IDS_ProcessorUnknown = L"Unknown";
  44. // COMMON STRINGS
  45. LPCWSTR IDS_Unknown = L"UNKNOWN";
  46. LPCWSTR IDS_OK = L"OK";
  47. LPCWSTR IDS_Degraded = L"Degraded";
  48. LPCWSTR IDS_Error = L"Error";
  49. LPCWSTR IDS_WINNT_SHELLNAME_EXPLORER = L"EXPLORER.EXE";
  50. // Win32_Bios
  51. LPCWSTR IDS_RegBiosSystem = L"HARDWARE\\Description\\System";
  52. LPCWSTR IDS_RegSystemBiosDate = L"SystemBiosDate";
  53. LPCWSTR IDS_RegSystemBiosVersion = L"SystemBiosVersion";
  54. LPCWSTR IDS_RegEnumRootBios = L"Enum\\Root\\*PNP0C01\\0000";
  55. LPCWSTR IDS_RegBIOSName = L"BIOSName";
  56. LPCWSTR IDS_RegBIOSDate = L"BIOSDate";
  57. LPCWSTR IDS_RegBIOSVersion = L"BIOSVersion";
  58. LPCWSTR IDS_BIOS_NAME_VALUE = L"Default System BIOS";
  59. // Win32_BootConfiguration
  60. LPCWSTR IDS_BOOT_CONFIG_NAME = L"BootConfiguration";
  61. LPCWSTR IDS_RegSetupLog = L"\\Repair\\Setup.Log";
  62. LPCWSTR IDS_Paths = L"Paths";
  63. LPCWSTR IDS_TargetDirectory = L"TargetDirectory";
  64. LPCWSTR IDS_EnvBootDirectory = L"WinBootDir";
  65. LPCWSTR IDS_Temp = L"Temp";
  66. LPCWSTR IDS_Environment = L"Environment";
  67. // Win32_Bus
  68. LPCWSTR IDS_Win32_Bus = L"Win32_Bus";
  69. LPCWSTR IDS_Bus = L"Bus";
  70. LPCWSTR IDS_BusType = L"BusType";
  71. LPCWSTR IDS_BusNum = L"BusNum";
  72. LPCWSTR IDS_BUS_DEVICEID_TAG = L"_BUS_";
  73. LPCWSTR IDS_WIN98_USB_REGISTRY_KEY = L"System\\CurrentControlSet\\Services\\Class\\USB";
  74. LPCWSTR IDS_NT5_USB_REGISTRY_KEY = L"System\\CurrentControlSet\\Services\\usbhub";
  75. LPCWSTR IDS_USB_Bus_Tag = L"USB";
  76. // Win32_CDRom
  77. LPCWSTR IDS_RegSCSICDDevice = L"HARDWARE\\DEVICEMAP\\Scsi\\Scsi Port %d\\Scsi Bus %d\\Target Id %d\\Logical Unit Id %d";
  78. LPCWSTR IDS_RegIdentifier = L"Identifier";
  79. LPCWSTR IDS_RegEnumSCSI = L"Enum\\SCSI";
  80. LPCWSTR IDS_RegCurrentDriveLetterKey = L"CurrentDriveLetterAssignment";
  81. LPCWSTR IDS_RegProductIDKey = L"ProductId";
  82. LPCWSTR IDS_RegClassKey = L"Class";
  83. LPCWSTR IDS_RegHardwareIDKey = L"HardwareID";
  84. LPCWSTR IDS_RegRevisionLevelKey = L"RevisionLevel";
  85. LPCWSTR IDS_RegSCSITargetIDKey = L"SCSITargetId";
  86. LPCTSTR IDT_REG_KEY_CD_CACHE = _T("System\\CurrentControlSet\\Control\\FileSystem\\CDFS");
  87. LPCTSTR IDT_REG_VAL_CD_CACHE = _T("CacheSize");
  88. LPCWSTR IDS_DriveIntegrity = L"DriveIntegrity";
  89. LPCWSTR IDS_TransferRate = L"TransferRate";
  90. // Win32_ComputerSystemn
  91. LPCWSTR IDS_Win32ComputerSystem = L"Win32_ComputerSystem";
  92. LPCWSTR IDS_DefaultSystemName = L"DEFAULT";
  93. LPCWSTR IDS_RegInfrared = L"Infrared";
  94. LPCWSTR IDS_Workstation = L"Workstation";
  95. LPCWSTR IDS_PrimaryOwnerName = L"PrimaryOwnerName";
  96. LPCWSTR IDS_SystemStartupSetting = L"SystemStartupSetting";
  97. LPCWSTR IDS_SystemStartupOptions = L"SystemStartupOptions";
  98. LPCWSTR IDS_OEMLogoBitmap = L"OEMLogoBitmap";
  99. LPCWSTR IDS_RegCrashControl = L"SYSTEM\\CurrentControlSet\\Control\\CrashControl";
  100. LPCWSTR IDS_RegAutoRebootKey = L"AutoReboot";
  101. LPCWSTR IDS_RegCurrentNTVersion = L"SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion";
  102. LPCWSTR IDS_RegCurrent95Version = L"Software\\Microsoft\\Windows\\CurrentVersion";
  103. LPCWSTR IDS_RegRegisteredOwnerKey = L"RegisteredOwner";
  104. LPCWSTR IDS_RegProductOptions = L"SYSTEM\\CurrentControlSet\\Control\\ProductOptions";
  105. LPCWSTR IDS_RegProductTypeKey = L"ProductType";
  106. LPCWSTR IDS_RegNetworkLogon = L"Network\\Logon";
  107. LPCWSTR IDS_RegPrimaryProvider = L"PrimaryProvider";
  108. LPCWSTR IDS_RegNetworkProvider = L"System\\CurrentControlSet\\Services\\MSNP32\\NetworkProvider";
  109. LPCWSTR IDS_RegAuthenticatingAgent = L"AuthenticatingAgent";
  110. LPCWSTR IDS_MicrosoftNetwork = L"Microsoft Network";
  111. LPCWSTR IDS_LanmanNT = L"LanmanNT";
  112. LPCWSTR IDS_ServerNT = L"ServerNT";
  113. LPCWSTR IDS_Server = L"Server";
  114. LPCWSTR IDS_RegCurrentNTVersionSetup = L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Setup";
  115. LPCWSTR IDS_RegBootDirKey = L"BootDir";
  116. LPCWSTR IDS_BootIni = L"boot.ini";
  117. LPCWSTR IDS_CBootIni = L"c:\\boot.ini";
  118. LPCTSTR IDT_BootLoader = _T("Boot Loader");
  119. LPCTSTR IDT_Timeout = _T("timeout");
  120. LPCTSTR IDT_OperatingSystems = _T("Operating Systems");
  121. LPCTSTR IDT_OemLogoBmp = _T("OemLogo.Bmp");
  122. LPCTSTR IDT_Line = _T("Line");
  123. LPCTSTR IDT_SupportInformation = _T("Support Information");
  124. LPCTSTR IDT_General = _T("General");
  125. LPCTSTR IDT_OEMInfoIni = _T("OemInfo.Ini");
  126. LPCWSTR IDS_RegCSEnumRootKey = L"Enum\\Root\\*PNP0C01\\0000";
  127. LPCWSTR IDS_RegPowerManagementKey = L"Enum\\Root\\*PNP0C05\\0000";
  128. LPCWSTR IDS_ATDescription = L"AT/AT COMPATIBLE";
  129. LPCWSTR IDS_RegIdentifierKey = L"Identifier";
  130. LPCWSTR IDS_EnableDaylightSavingsTime = L"EnableDaylightSavingsTime";
  131. LPCWSTR IDS_LargeSystemCache = L"LargeSystemCache";
  132. // boot states
  133. LPCWSTR IDS_BootupStateNormal = L"Normal boot";
  134. LPCWSTR IDS_BootupStateFailSafe = L"Fail-safe boot";
  135. LPCWSTR IDS_BootupStateFailSafeWithNetBoot = L"Fail-safe with network boot";
  136. // log messages
  137. LPCWSTR IDS_LogNoAPMForNT5 = L"APM not returned for NT 5+";
  138. // Win32_Desktop
  139. LPCWSTR IDS_RegNTProfileList = L"SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\ProfileList";
  140. LPCWSTR IDS_RegControlPanelDesktop = L"\\Control Panel\\Desktop";
  141. LPCWSTR IDS_RegControlPanelAppearance = L"\\Control Panel\\Appearance";
  142. LPCWSTR IDS_RegControlPanelDesktop95 = L"%s\\Control Panel\\Desktop";
  143. LPCWSTR IDS_RegScreenSaveActive = L"ScreenSaveActive";
  144. LPCWSTR IDS_RegSCRNSAVEEXE = L"SCRNSAVE.EXE";
  145. LPCWSTR IDS_RegScreenSaverIsSecure = L"ScreenSaverIsSecure";
  146. LPCWSTR IDS_RegScreenSaveTimeOut = L"ScreenSaveTimeOut";
  147. LPCWSTR IDS_RegTileWallpaper = L"TileWallpaper";
  148. LPCWSTR IDS_RegWindowMetricsKey = L"\\WindowMetrics";
  149. LPCWSTR IDS_RegScreenSaveUsePassword = L"ScreenSaveUsePassword";
  150. // Win32_DeviceMemory
  151. LPCWSTR IDS_RegAddressRange = L"0x%8.8I64lX-0x%8.8I64lX";
  152. LPCWSTR IDS_RegStartingAddress = L"0x%4.4X-0x%4.4X";
  153. // Win32_Directory
  154. // Win32_SerialPort
  155. LPCWSTR IDS_NT4_PortKey = L"SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Ports";
  156. LPCWSTR IDS_WIN9XCurCtlSet_Svcs_Class = L"System\\CurrentControlSet\\Services\\Class";
  157. // Win32_DiskPartition
  158. LPCWSTR IDS_Bootable = L"Bootable";
  159. LPCWSTR IDS_PhysicalDrive = L"\\\\.\\PHYSICALDRIVE%d";
  160. LPCWSTR IDS_PartitionDescUnused = L"Unused";
  161. LPCWSTR IDS_PartitionDesc12bitFAT = L"12-bit FAT";
  162. LPCWSTR IDS_PartitionDescXenixOne = L"Xenix Type 1";
  163. LPCWSTR IDS_PartitionDescXenixTwo = L"Xenix Type 2";
  164. LPCWSTR IDS_PartitionDesc16bitFAT = L"16-bit FAT";
  165. LPCWSTR IDS_PartitionDescExtPartition = L"Extended Partition";
  166. LPCWSTR IDS_PartitionDescDOSV4Huge = L"MS-DOS V4 Huge";
  167. LPCWSTR IDS_PartitionDescInstallable = L"Installable File System";
  168. LPCWSTR IDS_PartitionDescPowerPCRef = L"PowerPC Reference Platform";
  169. LPCWSTR IDS_PartitionDescUnix = L"UNIX";
  170. LPCWSTR IDS_PartitionDescNTFT = L"NTFT";
  171. LPCWSTR IDS_PartitionDescWin95Ext = L"Win95 w/Extended Int 13";
  172. LPCWSTR IDS_PartitionDescExt13 = L"Extended w/Extended Int 13";
  173. LPCWSTR IDS_PartitionDescUnknown = L"Unknown";
  174. LPCWSTR IDS_PartitionDescGPTUnused = L"GPT: Unused";
  175. LPCWSTR IDS_PartitionDescGPTSystem = L"GPT: System";
  176. LPCWSTR IDS_PartitionDescGPTMSFTReserved = L"GPT: Microsoft Reserved";
  177. LPCWSTR IDS_PartitionDescGPTBasicData = L"GPT: Basic Data";
  178. LPCWSTR IDS_PartitionDescGPTLDMMetaData = L"GPT: Logical Disk Manager Metadata";
  179. LPCWSTR IDS_PartitionDescGPTLDMData = L"GPT: Logical Disk Manager Data";
  180. LPCWSTR IDS_PartitionDescGPTUnknown = L"GPT: Unknown";
  181. // Win32_DisplayControlConfiguration
  182. LPCWSTR IDS_AdapterConfiguredIncorrect = L"Display Adapter Not Configured Correctly";
  183. // Win32_Environment
  184. LPCWSTR IDS_SystemUser = L"<SYSTEM>";
  185. LPCWSTR IDS_DefaultUser = L"<DEFAULT>";
  186. LPCWSTR IDS_RegEnvironmentNT = L"System\\CurrentControlSet\\Control\\Session Manager\\Environment";
  187. LPCWSTR IDS_RegEnvironmentKey = L"\\Environment";
  188. LPCWSTR IDS_LogInvalidEnvFlags = L"Invalid lFlags to Environment::PutInstance (0x%x)";
  189. LPCWSTR IDS_LogUserSystemMismatch = L"Username and SystemVariable mismatch.";
  190. LPCWSTR IDS_LogInvalidEnvDelFlags = L"Invalid lFlags to Environment::DeleteInstance (0x%x)";
  191. // Win32_Keyboard
  192. LPCWSTR IDS_PCXT = L"PC/XT or compatible (83-key)";
  193. LPCWSTR IDS_ICO = L"\"ICO\" (102-key)";
  194. LPCWSTR IDS_PCAT = L"PC/AT or similar (84-key)";
  195. LPCWSTR IDS_ENHANCED101102 = L"Enhanced (101- or 102-key)";
  196. LPCWSTR IDS_NOKIA1050 = L"Nokia 1050 or similar";
  197. LPCWSTR IDS_NOKIA9140 = L"Nokia 9140 or similar";
  198. LPCWSTR IDS_UnknownKeyboard = L"Unknown keyboard";
  199. LPCWSTR IDS_Japanese = L"Japanese";
  200. // Win32_LogicalDisk
  201. LPCWSTR IDS_SupportsFileBasedCompression = L"SupportsFileBasedCompression";
  202. // CIM_LogicalFile
  203. LPCWSTR IDS_Filename = L"Filename";
  204. LPCWSTR IDS_Filesize = L"FileSize";
  205. LPCWSTR IDS_Directory = L"Directory";
  206. LPCWSTR IDS_EightDotThreeFileName = L"EightDotThreeFileName";
  207. LPCWSTR IDS_Archive = L"Archive";
  208. LPCWSTR IDS_Hidden = L"Hidden";
  209. LPCWSTR IDS_System = L"System";
  210. LPCWSTR IDS_LocalDisk = L"Local Disk";
  211. LPCWSTR IDS_FileFolder = L"File Folder";
  212. LPCWSTR IDS_FileTypeKeyNT4 = L"Software\\Classes\\";
  213. LPCWSTR IDS_File = L"File";
  214. LPCWSTR IDS_CompressionMethod = L"CompressionMethod";
  215. LPCWSTR IDS_EncryptionMethod = L"EncryptionMethod";
  216. // CIM_LogicalDevice_CIMDataFile
  217. LPCWSTR IDS___Path = L"__PATH";
  218. LPCWSTR IDS___Class = L"__CLASS";
  219. LPCWSTR IDS___Relpath = L"__RELPATH";
  220. LPCWSTR IDS_NT_CurCtlSetEnum = L"System\\CurrentControlSet\\Enum\\";
  221. LPCWSTR IDS_NT_CurCtlSetSvcs = L"System\\CurrentControlSet\\Services\\";
  222. LPCWSTR IDS_ImagePath = L"ImagePath";
  223. LPCWSTR IDS_98_CurCtlSetSvcCls = L"System\\CurrentControlSet\\Services\\Class\\";
  224. LPCWSTR IDS_DevLoader = L"DevLoader";
  225. LPCWSTR IDS_98_Vmm32Files = L"System\\CurrentControlSet\\Control\\VMM32Files";
  226. LPCWSTR IDS_CIMDataFile = L"CIM_DataFile";
  227. LPCWSTR IDS_DriversSubdir = L"Drivers";
  228. LPCWSTR IDS_Extension_sys = L".sys";
  229. LPCWSTR IDS_DeviceVxDs = L"DeviceVxDs";
  230. LPCWSTR IDS_Enum = L"Enum";
  231. LPCWSTR IDS_Count = L"Count";
  232. LPCWSTR IDS_Purpose = L"Purpose";
  233. // Win32_ShortcutFile
  234. LPCWSTR IDS_Target = L"Target";
  235. // Win32_Win32LogicalProgramGroup
  236. LPCWSTR IDS_BASE_REG_KEY = L"Software\\Microsoft\\Windows NT\\CurrentVersion\\Program Manager";
  237. // Win32_Win32ProgramGroup_CIMDataFile
  238. LPCWSTR IDS_Start_MenuWhackPrograms = L"Start Menu\\Programs";
  239. LPCWSTR IDS_Default_User = L"Default User";
  240. LPCWSTR IDS_All_Users = L"All Users";
  241. LPCWSTR IDS_Profiles = L"Profiles";
  242. LPCWSTR IDS_Start_Menu = L"Start Menu";
  243. LPCWSTR IDS_Caption = L"Caption";
  244. LPCWSTR IDS_Device = L"Device";
  245. LPCWSTR IDS_CreationClassName = L"CreationClassName";
  246. LPCWSTR IDS_CSCreationClassName = L"CSCreationClassName";
  247. LPCWSTR IDS_Description = L"Description";
  248. LPCWSTR IDS_HotSwappable = L"HotSwappable";
  249. LPCWSTR IDS_Installed = L"Installed";
  250. LPCWSTR IDS_XOnXMitThreshold = L"XOnXMitThreshold";
  251. LPCWSTR IDS_XOffXMitThreshold = L"XOffXMitThreshold";
  252. LPCWSTR IDS_Name = L"Name";
  253. LPCWSTR IDS_DNSName = L"DNSHostName";
  254. LPCWSTR IDS_WorkingSetSize = L"WorkingSetSize";
  255. LPCWSTR IDS_Manufacturer = L"Manufacturer";
  256. LPCWSTR IDS_FSCreationClassName = L"FSCreationClassName";
  257. LPCWSTR IDS_CSName = L"CSName";
  258. LPCWSTR IDS_Handle = L"Handle";
  259. LPCWSTR IDS_OSCreationClassName = L"OSCreationClassName";
  260. LPCWSTR IDS_OSName = L"OSName";
  261. LPCWSTR IDS_FSName = L"FSName";
  262. LPCWSTR IDS_CreationDate = L"CreationDate";
  263. LPCWSTR IDS_InstallDate = L"InstallDate";
  264. LPCTSTR IDT_Model = _T("Model");
  265. LPCWSTR IDS_Model = L"Model";
  266. LPCWSTR IDS_PowerState = L"PowerState";
  267. LPCWSTR IDS_SerialNumber = L"SerialNumber";
  268. LPCWSTR IDS_SKU = L"SKU";
  269. LPCWSTR IDS_Tag = L"Tag";
  270. LPCWSTR IDS_Version = L"Version";
  271. LPCWSTR IDS_Control = L"Control";
  272. LPCWSTR IDS_InUse = L"InUse";
  273. LPCWSTR IDS_PrimaryOwner = L"PrimaryOwnerName";
  274. LPCWSTR IDS_MaxTransmissionSpeed = L"MaxBaudRateToSerialPort";
  275. LPCWSTR IDS_MaxTransmissionSpeedToPhone = L"MaxBaudRateToPhone";
  276. LPCWSTR IDS_AnswerMode = L"AnswerMode";
  277. LPCWSTR IDS_LINEANSWERMODENODE = L"No effect on line";
  278. LPCWSTR IDS_LINEANSWERMODEDROP = L"Drops current call";
  279. LPCWSTR IDS_LINEANSWERMODEHOLD = L"Holds current call";
  280. LPCWSTR IDS_BasePriority = L"Priority";
  281. LPCWSTR IDS_ProcessID = L"ProcessID";
  282. LPCWSTR IDS_JobCount = L"JobCount";
  283. LPCWSTR IDS_JobCountSinceLastReset = L"JobCountSinceLastReset";
  284. LPCWSTR IDS_BuildNumber = L"BuildNumber";
  285. LPCWSTR IDS_BuildType = L"BuildType";
  286. LPCWSTR IDS_CodeSet = L"CodeSet";
  287. LPCWSTR IDS_Installable = L"Installable";
  288. LPCWSTR IDS_InstallationDate = L"InstallDate";
  289. LPCWSTR IDS_InUseCount = L"InUseCount";
  290. LPCWSTR IDS_Locale = L"Locale";
  291. LPCWSTR IDS_CasePreserved = L"CasePreserved";
  292. LPCWSTR IDS_CaseSensitive = L"CaseSensitive";
  293. LPCWSTR IDS_Unicode = L"Unicode";
  294. LPCWSTR IDS_Archived = L"Archive";
  295. LPCWSTR IDS_Compressed = L"Compressed";
  296. LPCWSTR IDS_Created = L"Created";
  297. LPCWSTR IDS_Extension = L"Extension";
  298. LPCWSTR IDS_FileType = L"FileType";
  299. LPCWSTR IDS_LastAccessed = L"LastAccessed";
  300. LPCWSTR IDS_LastModified = L"LastModified";
  301. LPCWSTR IDS_Open = L"Open";
  302. LPCWSTR IDS_Path = L"Path";
  303. LPCWSTR IDS_Readable = L"Readable";
  304. LPCWSTR IDS_Size = L"Size";
  305. LPCWSTR IDS_Writeable = L"Writeable";
  306. LPCWSTR IDS_ServiceType = L"ServiceType";
  307. LPCWSTR IDS_State = L"State";
  308. LPCWSTR IDS_ServiceName = L"ServiceName";
  309. LPCWSTR IDS_Status = L"Status";
  310. LPCWSTR IDS_StatusInfo = L"StatusInfo";
  311. LPCWSTR IDS_MaxNumberControlled = L"MaxNumberControlled";
  312. LPCWSTR IDS_TimeOfLastReset = L"TimeOfLastReset";
  313. LPCWSTR IDS_ProtocolSupported = L"ProtocolSupported";
  314. LPCWSTR IDS_BatteryChargeStatus = L"BatteryChargeStatus";
  315. LPCWSTR IDS_BatteryInstalled = L"BatteryInstalled";
  316. LPCWSTR IDS_BatteryLifeLeft = L"BatteryLifeLeft";
  317. LPCWSTR IDS_BatteryLifetime = L"BatteryLifetime";
  318. LPCWSTR IDS_CanTurnOffRemotely = L"CanTurnOffRemotely";
  319. LPCWSTR IDS_CommandFile = L"CommandFile";
  320. LPCWSTR IDS_FirstMessageDelay = L"FirstMessageDelay";
  321. LPCWSTR IDS_LowBatterySignal = L"LowBatterySignal";
  322. LPCWSTR IDS_MessageInterval = L"MessageInterval";
  323. LPCWSTR IDS_RemainingCapacityStatus = L"RemainingCapacityStatus";
  324. LPCWSTR IDS_EstimatedChargeRemaining = L"EstimatedChargeRemaining";
  325. LPCWSTR IDS_EstimatedRunTime = L"EstimatedRunTime";
  326. LPCWSTR IDS_PowerFailSignal = L"PowerFailSignal";
  327. LPCWSTR IDS_RechargeRate = L"RechargeRate";
  328. LPCWSTR IDS_Type = L"Type";
  329. LPCWSTR IDS_UPSPort = L"UPSPort";
  330. LPCWSTR IDS_VoltageCapability = L"VoltageCapability";
  331. LPCWSTR IDS_FreeSpace = L"FreeSpace";
  332. LPCWSTR IDS_PeakUsage = L"PeakUsage";
  333. LPCWSTR IDS_LastBootupTime = L"LastBootupTime";
  334. LPCWSTR IDS_SupportContact = L"SupportContact";
  335. LPCWSTR IDS_SupportContactDescription = L"SupportContactDescription";
  336. LPCWSTR IDS_SystemTime = L"SystemTime";
  337. LPCWSTR IDS_ConnectionlessService = L"ConnectionlessService";
  338. LPCWSTR IDS_GuaranteesDelivery = L"GuaranteesDelivery";
  339. LPCWSTR IDS_GuaranteesSequencing = L"GuaranteesSequencing";
  340. LPCWSTR IDS_MaximumAddressSize = L"MaximumAddressSize";
  341. LPCWSTR IDS_MaximumMessageSize = L"MaximumMessageSize";
  342. LPCWSTR IDS_MessageOriented = L"MessageOriented";
  343. LPCWSTR IDS_MinimumAddressSize = L"MinimumAddressSize";
  344. LPCWSTR IDS_PseudoStreamOriented = L"PseudoStreamOriented";
  345. LPCWSTR IDS_SupportsBroadcasting = L"SupportsBroadcasting";
  346. LPCWSTR IDS_SupportsConnectData = L"SupportsConnectData";
  347. LPCWSTR IDS_SupportsDisconnectData = L"SupportsDisconnectData";
  348. LPCWSTR IDS_SupportsEncryption = L"SupportsEncryption";
  349. LPCWSTR IDS_SupportsExpeditedData = L"SupportsExpeditedData";
  350. LPCWSTR IDS_SupportsFragmentation = L"SupportsFragmentation";
  351. LPCWSTR IDS_SupportsGracefulClosing = L"SupportsGracefulClosing";
  352. LPCWSTR IDS_SupportsGuaranteedBandwidth = L"SupportsGuaranteedBandwidth";
  353. LPCWSTR IDS_SupportsMulticasting = L"SupportsMulticasting";
  354. LPCWSTR IDS_SupportsQualityofService = L"SupportsQualityofService";
  355. LPCWSTR IDS_ExecutableType = L"ExecutableType";
  356. LPCWSTR IDS_DeviceIsBusy = L"DeviceIsBusy";
  357. LPCWSTR IDS_DeviceID = L"DeviceID";
  358. LPCWSTR IDS_AdapterType = L"AdapterType";
  359. LPCWSTR IDS_AdapterTypeID = L"AdapterTypeID";
  360. LPCWSTR IDS_Index = L"Index";
  361. LPCWSTR IDS_InterfaceIndex = L"InterfaceIndex";
  362. LPCWSTR IDS_IOPortAddress = L"IOPortAddress";
  363. LPCWSTR IDS_MACAddress = L"MACAddress";
  364. LPCWSTR IDS_Baud = L"Baud";
  365. LPCWSTR IDS_ByteSize = L"ByteSize";
  366. LPCWSTR IDS_DSRSensitivity = L"DSRSensitivity";
  367. LPCWSTR IDS_DTRControl = L"DTRControl";
  368. LPCWSTR IDS_OutTxCTSFlow = L"OutTxCtsFlow";
  369. LPCWSTR IDS_OutTxDSRFlow = L"OutTxDsrFlow";
  370. LPCWSTR IDS_Parity = L"Parity";
  371. LPCWSTR IDS_SIDType = L"SIDType";
  372. LPCWSTR IDS_SID = L"SID";
  373. LPCWSTR IDS_GroupComponent = L"GroupComponent";
  374. LPCWSTR IDS_PartComponent = L"PartComponent";
  375. LPCWSTR IDS_ParityEnabled = L"ParityEnabled";
  376. LPCWSTR IDS_StopBits = L"StopBits";
  377. LPCWSTR IDS_MaxClockSpeed = L"MaxClockSpeed";
  378. LPCWSTR IDS_CurrentClockSpeed = L"CurrentClockSpeed";
  379. LPCWSTR IDS_Family = L"Family";
  380. LPCWSTR IDS_Role = L"Role";
  381. LPCWSTR IDS_Architecture = L"Architecture";
  382. LPCWSTR IDS_Stepping = L"Stepping";
  383. LPCWSTR IDS_Revision = L"Revision";
  384. LPCWSTR IDS_L2CacheSize = L"L2CacheSize";
  385. LPCWSTR IDS_L2CacheSpeed = L"L2CacheSpeed";
  386. LPCWSTR IDS_UpgradeMethod = L"UpgradeMethod";
  387. LPCWSTR IDS_Layout = L"Layout";
  388. LPCWSTR IDS_NumberOfFunctionKeys = L"NumberOfFunctionKeys";
  389. LPCWSTR IDS_ConnectionMode = L"ConnectionMode";
  390. LPCWSTR IDS_HardwareID = L"HardwareID";
  391. LPCWSTR IDS_MaximumTransmissionSpeed = L"MaximumTransmissionSpeed";
  392. LPCWSTR IDS_Mode = L"Mode";
  393. LPCWSTR IDS_TransmissionSpeed = L"TransmissionSpeed";
  394. LPCWSTR IDS_ButtonsSwapped = L"ButtonsSwapped";
  395. LPCWSTR IDS_ConnectMultiplePorts = L"ConnectMultiplePorts";
  396. LPCWSTR IDS_DataQueueSize = L"DataQueueSize";
  397. LPCWSTR IDS_DriverName = L"DriverName";
  398. LPCWSTR IDS_DeviceInterface = L"DeviceInterface";
  399. LPCWSTR IDS_HardwareType = L"HardwareType";
  400. LPCWSTR IDS_HorizontalMickeys = L"HorizontalMickeys";
  401. LPCWSTR IDS_MaximumPortsServiced = L"MaximumPortsServiced";
  402. LPCWSTR IDS_NumberOfButtons = L"NumberOfButtons";
  403. LPCWSTR IDS_PointerType = L"PointerType";
  404. LPCWSTR IDS_Resolution = L"Resolution";
  405. LPCWSTR IDS_Speed = L"Speed";
  406. LPCWSTR IDS_Synch = L"Synch";
  407. LPCWSTR IDS_VerticalMickeys = L"VerticalMickeys";
  408. LPCWSTR IDS_XThreshold = L"XThreshold";
  409. LPCWSTR IDS_YThreshold = L"YThreshold";
  410. LPCWSTR IDS_ZThreshold = L"ZThreshold";
  411. LPCWSTR IDS_AveragePagesPerMinute = L"AveragePagesPerMinute";
  412. LPCWSTR IDS_PrintProcessorParameters = L"PrintProcessorParameters";
  413. LPCWSTR IDS_SpoolEnabled = L"SpoolEnabled";
  414. LPCWSTR IDS_Processor = L"Processor";
  415. LPCWSTR IDS_ElapsedTime = L"ElapsedTime";
  416. LPCWSTR IDS_JobDestination = L"JobDestination";
  417. LPCWSTR IDS_Notify = L"Notify";
  418. LPCWSTR IDS_Owner = L"Owner";
  419. LPCWSTR IDS_Priority = L"Priority";
  420. LPCWSTR IDS_StartTime = L"StartTime";
  421. LPCWSTR IDS_TimeSubmitted = L"TimeSubmitted";
  422. LPCWSTR IDS_UntilTime = L"UntilTime";
  423. LPCWSTR IDS_MediaLoaded = L"MediaLoaded";
  424. LPCWSTR IDS_MediaType = L"MediaType";
  425. LPCWSTR IDS_MediaRemovable = L"MediaRemovable";
  426. LPCWSTR IDS_Compression = L"Compression";
  427. LPCWSTR IDS_DefaultBlockSize = L"DefaultBlockSize";
  428. LPCWSTR IDS_ECC = L"ECC";
  429. LPCWSTR IDS_EndOfTapeWarningZoneSize = L"EOTWarningZoneSize";
  430. LPCWSTR IDS_FeaturesHigh = L"FeaturesHigh";
  431. LPCWSTR IDS_FeaturesLow = L"FeaturesLow";
  432. LPCWSTR IDS_MaximumBlockSize = L"MaxBlockSize";
  433. LPCWSTR IDS_MaximumPartitionCount = L"MaxPartitionCount";
  434. LPCWSTR IDS_MinimumBlockSize = L"MinBlockSize";
  435. LPCWSTR IDS_Padding = L"Padding";
  436. LPCWSTR IDS_ReportSetMarks = L"ReportSetMarks";
  437. LPCWSTR IDS_BytesPerSector = L"BytesPerSector";
  438. LPCWSTR IDS_InterfaceType = L"InterfaceType";
  439. LPCWSTR IDS_Partitions = L"Partitions";
  440. LPCWSTR IDS_Signature = L"Signature";
  441. LPCWSTR IDS_TotalCylinders = L"TotalCylinders";
  442. LPCWSTR IDS_TotalSectors = L"TotalSectors";
  443. LPCWSTR IDS_TotalTracks = L"TotalTracks";
  444. LPCWSTR IDS_TracksPerCylinder = L"TracksPerCylinder";
  445. LPCWSTR IDS_SectorsPerTrack = L"SectorsPerTrack";
  446. LPCWSTR IDS_TotalBadSectors = L"TotalBadSectors";
  447. LPCWSTR IDS_LandingZoneCylinder = L"LandingZoneCylinder";
  448. LPCWSTR IDS_WritePrecompCylinder = L"WritePrecompCylinder";
  449. LPCWSTR IDS_TotalHeads = L"TotalHeads";
  450. LPCWSTR IDS_BootDirectory = L"BootDirectory";
  451. LPCWSTR IDS_ConfigurationPath = L"ConfigurationPath";
  452. LPCWSTR IDS_LastDrive = L"LastDrive";
  453. LPCWSTR IDS_ScratchDirectory = L"ScratchDirectory";
  454. LPCWSTR IDS_TempDirectory = L"TempDirectory";
  455. LPCWSTR IDS_BorderWidth = L"BorderWidth";
  456. LPCWSTR IDS_CoolSwitch = L"CoolSwitch";
  457. LPCWSTR IDS_CursorBlinkRate = L"CursorBlinkRate";
  458. LPCWSTR IDS_DragFullWindows = L"DragFullWindows";
  459. LPCWSTR IDS_GridGranularity = L"GridGranularity";
  460. LPCWSTR IDS_IconSpacing = L"IconSpacing";
  461. LPCWSTR IDS_IconTitleFaceName = L"IconTitleFaceName";
  462. LPCWSTR IDS_IconTitleSize = L"IconTitleSize";
  463. LPCWSTR IDS_IconTitleWrap = L"IconTitleWrap";
  464. LPCWSTR IDS_IconFont = L"IconFont";
  465. LPCWSTR IDS_Pattern = L"Pattern";
  466. LPCWSTR IDS_ScreenSaverActive = L"ScreenSaverActive";
  467. LPCWSTR IDS_ScreenSaverExecutable = L"ScreenSaverExecutable";
  468. LPCWSTR IDS_ScreenSaverSecure = L"ScreenSaverSecure";
  469. LPCWSTR IDS_ScreenSaverTimeout = L"ScreenSaverTimeout";
  470. LPCWSTR IDS_Wallpaper = L"Wallpaper";
  471. LPCWSTR IDS_WallpaperTiled = L"WallpaperTiled";
  472. LPCWSTR IDS_AvailableVirtualMemory = L"AvailableVirtualMemory";
  473. LPCWSTR IDS_TotalPageFileSpace = L"TotalPageFileSpace";
  474. LPCWSTR IDS_TotalPhysicalMemory = L"TotalPhysicalMemory";
  475. LPCWSTR IDS_TotalVirtualMemory = L"TotalVirtualMemory";
  476. LPCWSTR IDS_GroupName = L"GroupName";
  477. LPCWSTR IDS_AccountExpires = L"AccountExpires";
  478. LPCWSTR IDS_AuthorizationFlags = L"AuthorizationFlags";
  479. LPCWSTR IDS_BadPasswordCount = L"BadPasswordCount";
  480. LPCWSTR IDS_CodePage = L"CodePage";
  481. LPCWSTR IDS_Comment = L"Comment";
  482. LPCWSTR IDS_CountryCode = L"CountryCode";
  483. LPCWSTR IDS_Flags = L"Flags";
  484. LPCWSTR IDS_FullName = L"FullName";
  485. LPCWSTR IDS_HomeDirectory = L"HomeDirectory";
  486. LPCWSTR IDS_HomeDirectoryDrive = L"HomeDirectoryDrive";
  487. LPCWSTR IDS_LastLogoff = L"LastLogoff";
  488. LPCWSTR IDS_LastLogon = L"LastLogon";
  489. LPCWSTR IDS_LogonHours = L"LogonHours";
  490. LPCWSTR IDS_LogonServer = L"LogonServer";
  491. LPCWSTR IDS_MaximumStorage = L"MaximumStorage";
  492. LPCWSTR IDS_NumberOfLogons = L"NumberOfLogons";
  493. LPCWSTR IDS_Parms = L"Parameters";
  494. LPCWSTR IDS_Password = L"Password";
  495. LPCWSTR IDS_PasswordAge = L"PasswordAge";
  496. LPCWSTR IDS_PasswordExpired = L"PasswordExpired";
  497. LPCWSTR IDS_PrimaryGroupId = L"PrimaryGroupId";
  498. LPCWSTR IDS_Privileges = L"Privileges";
  499. LPCWSTR IDS_Profile = L"Profile";
  500. LPCWSTR IDS_ScriptPath = L"ScriptPath";
  501. LPCWSTR IDS_UnitsPerWeek = L"UnitsPerWeek";
  502. LPCWSTR IDS_UserComment = L"UserComment";
  503. LPCWSTR IDS_UserId = L"UserId";
  504. LPCWSTR IDS_UserType = L"UserType";
  505. LPCWSTR IDS_Workstations = L"Workstations";
  506. LPCWSTR IDS_DefaultIPGateway = L"DefaultIPGateway";
  507. LPCWSTR IDS_DHCPEnabled = L"DHCPEnabled";
  508. LPCWSTR IDS_DHCPLeaseExpires = L"DHCPLeaseExpires";
  509. LPCWSTR IDS_DHCPLeaseObtained = L"DHCPLeaseObtained";
  510. LPCWSTR IDS_DHCPServer = L"DHCPServer";
  511. LPCWSTR IDS_IOAddress = L"IOAddress";
  512. LPCWSTR IDS_IPAddress = L"IPAddress";
  513. LPCWSTR IDS_IPSubnet = L"IPSubnet";
  514. LPCWSTR IDS_IPXAddress = L"IPXAddress";
  515. LPCWSTR IDS_IRQ = L"IRQ";
  516. LPCWSTR IDS_AbortReadOrWriteOnError = L"AbortReadOrWriteOnError";
  517. LPCWSTR IDS_BaudRate = L"BaudRate";
  518. LPCWSTR IDS_BinaryModeEnabled = L"BinaryModeEnabled";
  519. LPCWSTR IDS_BitsPerByte = L"BitsPerByte";
  520. LPCWSTR IDS_ContinueTransmitOnXOff = L"ContinueTransmitOnXOff";
  521. LPCWSTR IDS_CTSOutflowControl = L"CTSOutflowControl";
  522. LPCWSTR IDS_DiscardNULLBytes = L"DiscardNULLBytes";
  523. LPCWSTR IDS_DSROutflowControl = L"DSROutflowControl";
  524. LPCWSTR IDS_DTRFlowControlType = L"DTRFlowControlType";
  525. LPCWSTR IDS_EndOfFileCharacter = L"EOFCharacter";
  526. LPCWSTR IDS_ContinueXMitOnXOff = L"ContinueXMitOnXOff";
  527. LPCWSTR IDS_AbortReadWriteOnError = L"AbortReadWriteOnError";
  528. LPCWSTR IDS_ErrorReplaceCharacter = L"ErrorReplaceCharacter";
  529. LPCWSTR IDS_ErrorReplacementEnabled = L"ErrorReplacementEnabled";
  530. LPCWSTR IDS_EventCharacter = L"EventCharacter";
  531. LPCWSTR IDS_IsBusy = L"IsBusy";
  532. LPCWSTR IDS_ParityCheckEnabled = L"ParityCheckEnabled";
  533. LPCWSTR IDS_RTSFlowControlType = L"RTSFlowControlType";
  534. LPCWSTR IDS_XOffCharacter = L"XOffCharacter";
  535. LPCWSTR IDS_XOffTransmitThreshold = L"XOffTransmitThreshold";
  536. LPCWSTR IDS_XOnCharacter = L"XOnCharacter";
  537. LPCWSTR IDS_XOnTransmitThreshold = L"XOnTransmitThreshold";
  538. LPCWSTR IDS_XOnXOffInflowControl = L"XOnXOffInflowControl";
  539. LPCWSTR IDS_XOnXOffOutflowControl = L"XOnXOffOutflowControl";
  540. LPCWSTR IDS_DaylightInEffect = L"DaylightInEffect";
  541. LPCWSTR IDS_Bias = L"Bias";
  542. LPCWSTR IDS_StandardName = L"StandardName";
  543. LPCWSTR IDS_StandardYear = L"StandardYear";
  544. LPCWSTR IDS_StandardMonth = L"StandardMonth";
  545. LPCWSTR IDS_StandardDayOfWeek = L"StandardDayOfWeek";
  546. LPCWSTR IDS_StandardDay = L"StandardDay";
  547. LPCWSTR IDS_StandardHour = L"StandardHour";
  548. LPCWSTR IDS_StandardMinute = L"StandardMinute";
  549. LPCWSTR IDS_StandardSecond = L"StandardSecond";
  550. LPCWSTR IDS_StandardMillisecond = L"StandardMillisecond";
  551. LPCWSTR IDS_StandardBias = L"StandardBias";
  552. LPCWSTR IDS_DaylightName = L"DaylightName";
  553. LPCWSTR IDS_DaylightYear = L"DaylightYear";
  554. LPCWSTR IDS_DaylightMonth = L"DaylightMonth";
  555. LPCWSTR IDS_DaylightDayOfWeek = L"DaylightDayOfWeek";
  556. LPCWSTR IDS_DaylightDay = L"DaylightDay";
  557. LPCWSTR IDS_DaylightHour = L"DaylightHour";
  558. LPCWSTR IDS_DaylightMinute = L"DaylightMinute";
  559. LPCWSTR IDS_DaylightSecond = L"DaylightSecond";
  560. LPCWSTR IDS_DaylightMillisecond = L"DaylightMillisecond";
  561. LPCWSTR IDS_DaylightBias = L"DaylightBias";
  562. LPCWSTR IDS_ConnectionType = L"ConnectionType";
  563. LPCWSTR IDS_RemotePath = L"RemotePath";
  564. LPCWSTR IDS_LocalName = L"LocalName";
  565. LPCWSTR IDS_RemoteName = L"RemoteName";
  566. LPCWSTR IDS_ProviderName = L"ProviderName";
  567. LPCWSTR IDS_DisplayType = L"DisplayType";
  568. LPCWSTR IDS_ResourceType = L"ResourceType";
  569. LPCWSTR IDS_GroupOrder = L"GroupOrder";
  570. LPCWSTR IDS_CommandLine = L"CommandLine";
  571. LPCWSTR IDS_Dependencies = L"Dependencies";
  572. LPCWSTR IDS_DisplayName = L"DisplayName";
  573. LPCWSTR IDS_ErrorControl = L"ErrorControl";
  574. LPCWSTR IDS_LoadOrderGroup = L"LoadOrderGroup";
  575. LPCWSTR IDS_PathName = L"PathName";
  576. LPCWSTR IDS_StartName = L"StartName";
  577. LPCWSTR IDS_StartType = L"StartType";
  578. LPCWSTR IDS_TagId = L"TagId";
  579. LPCWSTR IDS_AcceptStop = L"AcceptStop";
  580. LPCWSTR IDS_AcceptPause = L"AcceptPause";
  581. LPCWSTR IDS_AutomaticResetBootOption = L"AutomaticResetBootOption";
  582. LPCWSTR IDS_AutomaticResetCapability = L"AutomaticResetCapability";
  583. LPCWSTR IDS_AutomaticResetStatus = L"AutomaticResetStatus";
  584. LPCWSTR IDS_AutomaticResetTimerInterval = L"AutomaticResetTimerInterval";
  585. LPCWSTR IDS_AutomaticResetTimerReset = L"AutomaticResetTimerReset";
  586. LPCWSTR IDS_BootRomSupported = L"BootROMSupported";
  587. LPCWSTR IDS_BootupState = L"BootupState";
  588. LPCWSTR IDS_ConditionalReboot = L"ConditionalReboot";
  589. LPCWSTR IDS_InfraredSupported = L"InfraredSupported";
  590. LPCWSTR IDS_LockKeyboardAndMouse = L"LockKeyboardAndMouse";
  591. LPCWSTR IDS_LockPCPowerOnAndResetButtons = L"LockPCPowerOnAndResetButtons";
  592. LPCWSTR IDS_LockSystem = L"LockSystem";
  593. LPCWSTR IDS_NetworkServerModeEnabled = L"NetworkServerModeEnabled";
  594. LPCWSTR IDS_PowerManagementSupported = L"PowerManagementSupported";
  595. LPCWSTR IDS_PowerManagementCapabilities = L"PowerManagementCapabilities";
  596. LPCWSTR IDS_PowerManagementEnabled = L"PowerManagementEnabled";
  597. LPCWSTR IDS_ResetBootOption = L"ResetBootOption";
  598. LPCWSTR IDS_ResetTimeout = L"ResetTimeout";
  599. LPCWSTR IDS_SystemCreationClassName = L"SystemCreationClassName";
  600. LPCWSTR IDS_SystemName = L"SystemName";
  601. LPCWSTR IDS_SystemFilesNotModified = L"SystemFilesNotModified";
  602. LPCWSTR IDS_SystemRole = L"SystemRole";
  603. LPCWSTR IDS_SystemType = L"SystemType";
  604. LPCWSTR IDS_NumberOfProcessors = L"NumberOfProcessors";
  605. LPCWSTR IDS_UnconditionalReboot = L"UnconditionalReboot";
  606. LPCWSTR IDS_UserName = L"UserName";
  607. LPCWSTR IDS_ExecutablePath = L"ExecutablePath";
  608. LPCWSTR IDS_Exited = L"Exited";
  609. LPCWSTR IDS_MaximumWorkingSetSize = L"MaximumWorkingSetSize";
  610. LPCWSTR IDS_MinimumWorkingSetSize = L"MinimumWorkingSetSize";
  611. LPCWSTR IDS_PageFaults = L"PageFaults";
  612. LPCWSTR IDS_PageFileUsage = L"PageFileUsage";
  613. LPCWSTR IDS_PeakPageFileUsage = L"PeakPageFileUsage";
  614. LPCWSTR IDS_PeakWorkingSetSize = L"PeakWorkingSetSize";
  615. LPCWSTR IDS_QuotaNonPagedPoolUsage = L"QuotaNonPagedPoolUsage";
  616. LPCWSTR IDS_QuotaPagedPoolUsage = L"QuotaPagedPoolUsage";
  617. LPCWSTR IDS_QuotaPeakNonPagedPoolUsage = L"QuotaPeakNonPagedPoolUsage";
  618. LPCWSTR IDS_QuotaPeakPagedPoolUsage = L"QuotaPeakPagedPoolUsage";
  619. LPCWSTR IDS_ThreadCount = L"ThreadCount";
  620. LPCWSTR IDS_KernelModeTime = L"KernelModeTime";
  621. LPCWSTR IDS_UserModeTime = L"UserModeTime";
  622. LPCWSTR IDS_WindowsVersion = L"WindowsVersion";
  623. LPCWSTR IDS_Characteristics = L"Characteristics[]";
  624. LPCWSTR IDS_EndingAddress = L"EndingAddress";
  625. LPCWSTR IDS_PrimaryBIOS = L"PrimaryBIOS";
  626. LPCWSTR IDS_ReleaseDate = L"ReleaseDate";
  627. LPCWSTR IDS_StartingAddress = L"StartingAddress";
  628. LPCWSTR IDS_Verify = L"Verify";
  629. LPCWSTR IDS_BootDevice = L"BootDevice";
  630. LPCWSTR IDS_CSDVersion = L"CSDVersion";
  631. LPCWSTR IDS_Primary = L"Primary";
  632. LPCWSTR IDS_SystemDirectory = L"SystemDirectory";
  633. LPCWSTR IDS_SystemStartOptions = L"SystemStartOptions";
  634. LPCWSTR IDS_WindowsDirectory = L"WindowsDirectory";
  635. LPCWSTR IDS_EnforcesACLs = L"EnforcesACLs";
  636. LPCWSTR IDS_DeviceType = L"DeviceType";
  637. LPCWSTR IDS_Length = L"Length";
  638. LPCWSTR IDS_ShareDisposition = L"ShareDisposition";
  639. LPCWSTR IDS_Start = L"Start";
  640. LPCWSTR IDS_DeviceDescriptorBlock = L"DeviceDescriptorBlock";
  641. LPCWSTR IDS_IdentiferNumber = L"IdentiferNumber";
  642. LPCWSTR IDS_PM_API = L"PM_API";
  643. LPCWSTR IDS_ServiceTableSize = L"ServiceTableSize";
  644. LPCWSTR IDS_V86_API = L"V86_API";
  645. LPCWSTR IDS_AccountDisabled = L"AccountDisabled";
  646. LPCWSTR IDS_AccountLockout = L"AccountLockout";
  647. LPCWSTR IDS_CannotChangePassword = L"CannotChangePassword";
  648. LPCWSTR IDS_ChangePasswordOnNextLogon = L"ChangePasswordOnNextLogon";
  649. LPCWSTR IDS_Domain = L"Domain";
  650. LPCWSTR IDS_Organization = L"Organization";
  651. LPCWSTR IDS_Phone = L"Phone";
  652. LPCWSTR IDS_AddressRange = L"AddressRange";
  653. LPCWSTR IDS_MemoryType = L"MemoryType";
  654. LPCWSTR IDS_BurstMode = L"BurstMode";
  655. LPCWSTR IDS_DMAChannel = L"DMAChannel";
  656. LPCWSTR IDS_ChannelWidth = L"ChannelWidth";
  657. LPCWSTR IDS_Port = L"Port";
  658. LPCWSTR IDS_AffinityMask = L"AffinityMask";
  659. LPCWSTR IDS_Availability = L"Availability";
  660. LPCWSTR IDS_InterruptType = L"InterruptType";
  661. LPCWSTR IDS_IRQNumber = L"IRQNumber";
  662. LPCWSTR IDS_Level = L"Level";
  663. LPCWSTR IDS_Shareable = L"Shareable";
  664. LPCWSTR IDS_TriggerType = L"TriggerType";
  665. LPCWSTR IDS_Vector = L"Vector";
  666. LPCWSTR IDS_Address = L"Address";
  667. LPCWSTR IDS_ProductName = L"ProductName";
  668. LPCWSTR IDS_Binary = L"Binary";
  669. LPCWSTR IDS_MaximumBaudRate = L"MaxBaudRate";
  670. LPCWSTR IDS_MaximumInputBufferSize = L"MaximumInputBufferSize";
  671. LPCWSTR IDS_MaximumOutputBufferSize = L"MaximumOutputBufferSize";
  672. LPCWSTR IDS_ProviderType = L"ProviderType";
  673. LPCWSTR IDS_SettableBaudRate = L"SettableBaudRate";
  674. LPCWSTR IDS_SettableDataBits = L"SettableDataBits";
  675. LPCWSTR IDS_SettableFlowControl = L"SettableFlowControl";
  676. LPCWSTR IDS_SettableParity = L"SettableParity";
  677. LPCWSTR IDS_SettableParityCheck = L"SettableParityCheck";
  678. LPCWSTR IDS_SettableRLSD = L"SettableRLSD";
  679. LPCWSTR IDS_SettableStopBits = L"SettableStopBits";
  680. LPCWSTR IDS_Supports16BitMode = L"Supports16BitMode";
  681. LPCWSTR IDS_SupportsDTRDSR = L"SupportsDTRDSR";
  682. LPCWSTR IDS_SupportsIntervalTimeouts = L"SupportsIntTimeouts";
  683. LPCWSTR IDS_SupportsParityCheck = L"SupportsParityCheck";
  684. LPCWSTR IDS_SupportsRLSD = L"SupportsRLSD";
  685. LPCWSTR IDS_SupportsRTSCTS = L"SupportsRTSCTS";
  686. LPCWSTR IDS_SupportsSettableXOnXOff = L"SupportsXOnXOffSet";
  687. LPCWSTR IDS_SupportsSpecialChars = L"SupportsSpecialCharacters";
  688. LPCWSTR IDS_SupportsElapsedTimeouts = L"SupportsElapsedTimeouts";
  689. LPCWSTR IDS_SupportsXOnXOff = L"SupportsXOnXOff";
  690. LPCWSTR IDS_Capabilities = L"Capabilities";
  691. LPCWSTR IDS_DmaSupport = L"DmaSupport";
  692. LPCWSTR IDS_DeviceMap = L"DeviceMap";
  693. LPCWSTR IDS_HardwareVersion = L"HardwareVersion";
  694. LPCWSTR IDS_InterruptNumber = L"InterruptNumber";
  695. LPCWSTR IDS_AttachedTo = L"AttachedTo";
  696. LPCWSTR IDS_BlindOff = L"BlindOff";
  697. LPCWSTR IDS_BlindOn = L"BlindOn";
  698. LPCWSTR IDS_CallSetupFailTimer = L"CallSetupFailTimer";
  699. LPCWSTR IDS_CompatibilityFlags = L"CompatibilityFlags";
  700. LPCWSTR IDS_CompressionOff = L"CompressionOff";
  701. LPCWSTR IDS_CompressionOn = L"CompressionOn";
  702. LPCWSTR IDS_ConfigurationDialog= L"ConfigurationDialog";
  703. LPCWSTR IDS_DCB = L"DCB";
  704. LPCWSTR IDS_Default = L"Default";
  705. LPCTSTR IDT_Default = _T("Default");
  706. LPCWSTR IDS_DeviceLoader = L"DeviceLoader";
  707. LPCWSTR IDS_DialPrefix = L"DialPrefix";
  708. LPCWSTR IDS_DialSuffix = L"DialSuffix";
  709. LPCWSTR IDS_DriverDate = L"DriverDate";
  710. LPCWSTR IDS_ErrorControlForced = L"ErrorControlForced";
  711. LPCWSTR IDS_ErrorControlOff = L"ErrorControlOff";
  712. LPCWSTR IDS_ErrorControlOn = L"ErrorControlOn";
  713. LPCWSTR IDS_FlowControlHard = L"FlowControlHard";
  714. LPCWSTR IDS_FlowControlSoft = L"FlowControlSoft";
  715. LPCWSTR IDS_FlowControlOff = L"FlowControlOff";
  716. LPCWSTR IDS_InactivityScale = L"InactivityScale";
  717. LPCWSTR IDS_InactivityTimeout = L"InactivityTimeout";
  718. LPCWSTR IDS_ModemInfPath = L"ModemInfPath";
  719. LPCWSTR IDS_ModemInfSection = L"ModemInfSection";
  720. LPCWSTR IDS_ModulationBell = L"ModulationBell";
  721. LPCWSTR IDS_ModulationCCITT = L"ModulationCCITT";
  722. LPCWSTR IDS_PortSubClass = L"PortSubClass";
  723. LPCWSTR IDS_Prefix = L"Prefix";
  724. LPCWSTR IDS_Properties = L"Properties";
  725. LPCWSTR IDS_Pulse = L"Pulse";
  726. LPCWSTR IDS_Reset = L"Reset";
  727. LPCWSTR IDS_Alias = L"Alias";
  728. LPCWSTR IDS_ResponsesKeyName = L"ResponsesKeyName";
  729. LPCWSTR IDS_SpeakerModeDial = L"SpeakerModeDial";
  730. LPCWSTR IDS_SpeakerModeOff = L"SpeakerModeOff";
  731. LPCWSTR IDS_SpeakerModeOn = L"SpeakerModeOn";
  732. LPCWSTR IDS_SpeakerModeSetup = L"SpeakerModeSetup";
  733. LPCWSTR IDS_SpeakerVolumeHigh = L"SpeakerVolumeHigh";
  734. LPCWSTR IDS_SpeakerVolumeLow = L"SpeakerVolumeLow";
  735. LPCWSTR IDS_SpeakerVolumeMed = L"SpeakerVolumeMed";
  736. LPCWSTR IDS_StringFormat = L"StringFormat";
  737. LPCWSTR IDS_Terminator = L"Terminator";
  738. LPCWSTR IDS_Tone = L"Tone";
  739. LPCWSTR IDS_VoiceSwitchFeature = L"VoiceSwitchFeature";
  740. LPCWSTR IDS_PrimaryBusType = L"PrimaryBusType";
  741. LPCWSTR IDS_SecondaryBusType = L"SecondaryBusType";
  742. LPCWSTR IDS_RevisionNumber = L"RevisionNumber";
  743. LPCWSTR IDS_EnableWheelDetection = L"EnableWheelDetection";
  744. LPCWSTR IDS_InfFileName = L"InfFileName";
  745. LPCWSTR IDS_InfSection = L"InfSection";
  746. LPCWSTR IDS_SampleRate = L"SampleRate";
  747. LPCWSTR IDS_Attributes = L"Attributes";
  748. LPCWSTR IDS_DefaultPriority = L"DefaultPriority";
  749. LPCWSTR IDS_PortName = L"PortName";
  750. LPCWSTR IDS_PrintJobDataType = L"PrintJobDataType";
  751. LPCWSTR IDS_SeparatorFile = L"SeparatorFile";
  752. LPCWSTR IDS_ServerName = L"ServerName";
  753. LPCWSTR IDS_ShareName = L"ShareName";
  754. LPCWSTR IDS_DataType = L"DataType";
  755. LPCWSTR IDS_Document = L"Document";
  756. LPCWSTR IDS_HostPrintQueue = L"HostPrintQueue";
  757. LPCWSTR IDS_JobId = L"JobId";
  758. LPCWSTR IDS_PagesPrinted = L"PagesPrinted";
  759. LPCWSTR IDS_Parameters = L"Parameters";
  760. LPCWSTR IDS_PrintProcessor = L"PrintProcessor";
  761. LPCWSTR IDS_TotalPages = L"TotalPages";
  762. LPCWSTR IDS_Drive = L"Drive";
  763. LPCWSTR IDS_FileSystemFlags = L"FileSystemFlags";
  764. LPCWSTR IDS_FileSystemFlagsEx = L"FileSystemFlagsEx";
  765. LPCWSTR IDS_Id = L"Id";
  766. LPCWSTR IDS_MaximumComponentLength = L"MaximumComponentLength";
  767. LPCWSTR IDS_RevisionLevel = L"RevisionLevel";
  768. LPCWSTR IDS_SCSILun = L"SCSILun";
  769. LPCWSTR IDS_SCSITargetId = L"SCSITargetId";
  770. LPCWSTR IDS_VolumeName = L"VolumeName";
  771. LPCWSTR IDS_VolumeSerialNumber = L"VolumeSerialNumber";
  772. LPCWSTR IDS_Disabled = L"Disabled";
  773. LPCWSTR IDS_PasswordRequired = L"PasswordRequired";
  774. LPCWSTR IDS_PasswordChangeable = L"PasswordChangeable";
  775. LPCWSTR IDS_Lockout = L"Lockout";
  776. LPCWSTR IDS_PasswordExpires = L"PasswordExpires";
  777. LPCWSTR IDS_AccountType = L"AccountType";
  778. LPCWSTR IDS_SCSIBus = L"SCSIBus";
  779. LPCWSTR IDS_SCSIPort = L"SCSIPort";
  780. LPCWSTR IDS_SCSILogicalUnit = L"SCSILogicalUnit";
  781. LPCWSTR IDS_SCSITargetID = L"SCSITargetID";
  782. LPCWSTR IDS_FileSystem = L"FileSystem";
  783. LPCWSTR IDS_BootPartition = L"BootPartition";
  784. LPCWSTR IDS_DiskIndex = L"DiskIndex";
  785. LPCWSTR IDS_Encrypted = L"Encrypted";
  786. LPCWSTR IDS_HiddenSectors = L"HiddenSectors";
  787. LPCWSTR IDS_RewritePartition = L"RewritePartition";
  788. LPCWSTR IDS_StartingOffset = L"StartingOffset";
  789. LPCWSTR IDS_BitsPerPel = L"BitsPerPel";
  790. LPCWSTR IDS_DeviceName = L"DeviceName";
  791. LPCWSTR IDS_DisplayFlags = L"DisplayFlags";
  792. LPCWSTR IDS_DisplayFrequency = L"DisplayFrequency";
  793. LPCWSTR IDS_DitherType = L"DitherType";
  794. LPCWSTR IDS_DriverVersion = L"DriverVersion";
  795. LPCWSTR IDS_ICMIntent = L"ICMIntent";
  796. LPCWSTR IDS_ICMMethod = L"ICMMethod";
  797. LPCWSTR IDS_LogPixels = L"LogPixels";
  798. LPCWSTR IDS_PelsHeight = L"PelsHeight";
  799. LPCWSTR IDS_PelsWidth = L"PelsWidth";
  800. LPCWSTR IDS_SpecificationVersion = L"SpecificationVersion";
  801. LPCWSTR IDS_TTOption = L"TTOption";
  802. LPCWSTR IDS_BitsPerPixel = L"BitsPerPixel";
  803. LPCWSTR IDS_ColorPlanes = L"ColorPlanes";
  804. LPCWSTR IDS_DeviceEntriesInAColorTable = L"DeviceEntriesInAColorTable";
  805. LPCWSTR IDS_ColorTableEntries = L"ColorTableEntries";
  806. LPCWSTR IDS_DeviceSpecificPens = L"DeviceSpecificPens";
  807. LPCWSTR IDS_HorizontalResolution = L"HorizontalResolution";
  808. LPCWSTR IDS_RefreshRate = L"RefreshRate";
  809. LPCWSTR IDS_ReservedSystemPaletteEntries = L"ReservedSystemPaletteEntries";
  810. LPCWSTR IDS_SystemPaletteEntries = L"SystemPaletteEntries";
  811. LPCWSTR IDS_VerticalResolution = L"VerticalResolution";
  812. LPCWSTR IDS_VideoMode = L"VideoMode";
  813. LPCWSTR IDS_ActualColorResolution = L"ActualColorResolution";
  814. LPCWSTR IDS_AdapterChipType = L"AdapterChipType";
  815. LPCWSTR IDS_AdapterCompatibility = L"AdapterCompatibility";
  816. LPCWSTR IDS_AdapterDACType = L"AdapterDACType";
  817. LPCWSTR IDS_AdapterDescription = L"AdapterDescription";
  818. LPCWSTR IDS_AdapterLocale = L"AdapterLocale";
  819. LPCWSTR IDS_AdapterRAM = L"AdapterRAM";
  820. LPCWSTR IDS_InstalledDisplayDrivers = L"InstalledDisplayDrivers";
  821. LPCWSTR IDS_MonitorManufacturer = L"MonitorManufacturer";
  822. LPCWSTR IDS_MonitorType = L"MonitorType";
  823. LPCWSTR IDS_PixelsPerXLogicalInch = L"PixelsPerXLogicalInch";
  824. LPCWSTR IDS_PixelsPerYLogicalInch = L"PixelsPerYLogicalInch";
  825. LPCWSTR IDS_ScanMode = L"ScanMode";
  826. LPCWSTR IDS_ScreenHeight = L"ScreenHeight";
  827. LPCWSTR IDS_ScreenWidth = L"ScreenWidth";
  828. LPCWSTR IDS_Collate = L"Collate";
  829. LPCWSTR IDS_Color = L"Color";
  830. LPCWSTR IDS_Copies = L"Copies";
  831. LPCWSTR IDS_Duplex = L"Duplex";
  832. LPCWSTR IDS_FormName = L"FormName";
  833. LPCWSTR IDS_Orientation = L"Orientation";
  834. LPCWSTR IDS_PaperLength = L"PaperLength";
  835. LPCWSTR IDS_PaperSize = L"PaperSize";
  836. LPCWSTR IDS_PaperWidth = L"PaperWidth";
  837. LPCWSTR IDS_PrintQuality = L"PrintQuality";
  838. LPCWSTR IDS_Scale = L"Scale";
  839. LPCWSTR IDS_YResolution = L"YResolution";
  840. LPCWSTR IDS_VariableName = L"VariableName";
  841. LPCWSTR IDS_VariableValue = L"VariableValue";
  842. LPCWSTR IDS_MaximumSize = L"MaximumSize";
  843. LPCWSTR IDS_InitialSize = L"InitialSize";
  844. LPCWSTR IDS_AllocatedBaseSize = L"AllocatedBaseSize";
  845. LPCWSTR IDS_CurrentUsage = L"CurrentUsage";
  846. LPCWSTR IDS_AllowMaximum = L"AllowMaximum";
  847. LPCWSTR IDS_MaximumAllowed = L"MaximumAllowed";
  848. LPCWSTR IDS_Location = L"Location";
  849. LPCWSTR IDS_Unsupported = L"Unsupported";
  850. LPCWSTR IDS_SupportsDiskQuotas = L"SupportsDiskQuotas";
  851. LPCWSTR IDS_QuotasIncomplete = L"QuotasIncomplete";
  852. LPCWSTR IDS_QuotasRebuilding = L"QuotasRebuilding";
  853. LPCWSTR IDS_QuotasDisabled = L"QuotasDisabled";
  854. LPCWSTR IDS_VolumeDirty = L"VolumeDirty";
  855. LPCWSTR IDS_SessionID = L"SessionID";
  856. LPCWSTR IDS_PerformAutochk = L"PerformAutochk";
  857. LPCWSTR IDS_AuthenticationPackage = L"AuthenticationPackage";
  858. LPCWSTR IDS_LogonType = L"LogonType";
  859. LPCWSTR IDS_LogonTime = L"LogonTime";
  860. LPCWSTR IDS_LocalAccount = L"LocalAccount";
  861. LPCWSTR IDS_Antecedent = L"Antecedent";
  862. LPCWSTR IDS_Dependent = L"Dependent";
  863. LPCWSTR IDS_Adapter = L"Adapter";
  864. LPCWSTR IDS_Protocol = L"Protocol";
  865. LPCWSTR IDS_Service = L"Service";
  866. LPCWSTR IDS_Element = L"Element";
  867. LPCWSTR IDS_Setting = L"Setting";
  868. LPCWSTR IDS_DriveType = L"DriveType";
  869. LPCWSTR IDS_LogonId = L"LogonId" ;
  870. LPCWSTR IDS_GETLASTERROR = L"GetLastError() reports %d (%X)";
  871. LPCWSTR IDS_CimWin32Namespace = L"root\\cimv2";
  872. LPCWSTR IDS_CfgMgrDeviceStatus_OK = L"OK";
  873. LPCWSTR IDS_CfgMgrDeviceStatus_ERR = L"Error";
  874. WCHAR szBusType[KNOWN_BUS_TYPES][20] = {
  875. { L"Internal" },
  876. { L"Isa" },
  877. { L"Eisa" },
  878. { L"MicroChannel" },
  879. { L"TurboChannel" },
  880. { L"PCI" },
  881. { L"VME" },
  882. { L"Nu" },
  883. { L"PCMCIA" },
  884. { L"C" },
  885. { L"MPI" },
  886. { L"MPSA" },
  887. { L"ProcessorInternal"},
  888. { L"InternalPower" },
  889. { L"PNPISA" },
  890. { L"PNP" }/*,
  891. { "USB" }*/ // USB busses are PNP busses
  892. } ;
  893. LPCWSTR IDS_CurrentTimeZone = L"CurrentTimeZone";
  894. LPCWSTR IDS_NameFormat = L"NameFormat";
  895. LPCWSTR IDS_Roles = L"Roles";
  896. LPCWSTR IDS_DomainRole = L"DomainRole";
  897. LPCWSTR IDS_PrimaryOwnerContact = L"PrimaryOwnerContact";
  898. LPCWSTR IDS_SystemStartupDelay = L"SystemStartupDelay";
  899. LPCWSTR IDS_SystemVariable = L"SystemVariable";
  900. LPCWSTR IDS_PRINTER_STATUS_PAUSED = L"Paused";
  901. LPCWSTR IDS_PRINTER_STATUS_PENDING_DELETION = L"Pending Deletion";
  902. LPCWSTR IDS_PRINTER_STATUS_BUSY = L"Busy";
  903. LPCWSTR IDS_PRINTER_STATUS_DOOR_OPEN = L"Door Open";
  904. LPCWSTR IDS_PRINTER_STATUS_ERROR = L"Error";
  905. LPCWSTR IDS_PRINTER_STATUS_INITIALIZING = L"Initializing";
  906. LPCWSTR IDS_PRINTER_STATUS_IO_ACTIVE = L"I/O Active";
  907. LPCWSTR IDS_PRINTER_STATUS_MANUAL_FEED = L"Manual Feed";
  908. LPCWSTR IDS_PRINTER_STATUS_NO_TONER = L"No Toner";
  909. LPCWSTR IDS_PRINTER_STATUS_NOT_AVAILABLE = L"Not Available";
  910. LPCWSTR IDS_PRINTER_STATUS_OFFLINE = L"Offline";
  911. LPCWSTR IDS_PRINTER_STATUS_OUT_OF_MEMORY = L"Out of Memory";
  912. LPCWSTR IDS_PRINTER_STATUS_OUTPUT_BIN_FULL = L"Output Bin Full";
  913. LPCWSTR IDS_PRINTER_STATUS_PAGE_PUNT = L"Page Punt";
  914. LPCWSTR IDS_PRINTER_STATUS_PAPER_JAM = L"Paper Jam";
  915. LPCWSTR IDS_PRINTER_STATUS_PAPER_OUT = L"Paper Out";
  916. LPCWSTR IDS_PRINTER_STATUS_PAPER_PROBLEM = L"Paper Problem";
  917. LPCWSTR IDS_PRINTER_STATUS_PRINTING = L"Printing";
  918. LPCWSTR IDS_PRINTER_STATUS_PROCESSING = L"Processing";
  919. LPCWSTR IDS_PRINTER_STATUS_TONER_LOW = L"Toner Low";
  920. LPCWSTR IDS_PRINTER_STATUS_UNAVAILABLE = L"Unavailable";
  921. LPCWSTR IDS_PRINTER_STATUS_USER_INTERVENTION = L"User Intervention";
  922. LPCWSTR IDS_PRINTER_STATUS_WAITING = L"Waiting";
  923. LPCWSTR IDS_PRINTER_STATUS_WARMING_UP = L"Warming Up";
  924. LPCWSTR IDS_DetectedErrorState = L"DetectedErrorState";
  925. LPCWSTR IDS_Ready = L"Ready";
  926. LPCWSTR IDS_STATUS_OK = L"OK";
  927. LPCWSTR IDS_STATUS_Degraded = L"Degraded";
  928. LPCWSTR IDS_STATUS_Error = L"Error";
  929. LPCWSTR IDS_STATUS_Unknown = L"Unknown";
  930. LPCWSTR IDS_PrinterStatus = L"PrinterStatus";
  931. LPCWSTR IDS_PaperSizeSupported = L"PaperSizeSupported";
  932. LPCWSTR IDS_Persistent = L"Persistent Connection";
  933. LPCWSTR IDS_Resource_Remembered = L"RESOURCE REMEMBERED";
  934. LPCWSTR IDS_Current = L"Current Connection";
  935. LPCWSTR IDS_Resource_Connected = L"RESOURCE CONNECTED";
  936. LPCWSTR IDS_LM_Workstation = L"LM_Workstation";
  937. LPCWSTR IDS_LM_Server = L"LM_Server";
  938. LPCWSTR IDS_SQLServer = L"SQLServer";
  939. LPCWSTR IDS_Domain_Controller = L"Primary_Domain_Controller";
  940. LPCWSTR IDS_Domain_Backup_Controller = L"Backup_Domain_Controller";
  941. LPCWSTR IDS_Timesource = L"Timesource";
  942. LPCWSTR IDS_AFP = L"Apple_File_Protocol";
  943. LPCWSTR IDS_Novell = L"Novell";
  944. LPCWSTR IDS_Domain_Member = L"Domain_Member";
  945. LPCWSTR IDS_Local_List_Only = L"Local_List_Only";
  946. LPCWSTR IDS_Print = L"Print";
  947. LPCWSTR IDS_DialIn = L"DialIn";
  948. LPCWSTR IDS_Xenix_Server = L"Xenix_Server";
  949. LPCWSTR IDS_MFPN = L"MFPN";
  950. LPCWSTR IDS_NT = L"NT";
  951. LPCWSTR IDS_WFW = L"Windows_For_Workgroups";
  952. LPCWSTR IDS_Server_NT = L"Server_NT";
  953. LPCWSTR IDS_Potential_Browser = L"Potential_Browser";
  954. LPCWSTR IDS_Backup_Browser = L"Backup_Browser";
  955. LPCWSTR IDS_Master_Browser = L"Master_Browser";
  956. LPCWSTR IDS_Domain_Master = L"Domain_Master";
  957. LPCWSTR IDS_Domain_Enum = L"Domain_Enum";
  958. LPCWSTR IDS_Windows_9x = L"Windows_9x";
  959. LPCWSTR IDS_DFS = L"DFS";
  960. LPCWSTR IDS_JobStatus = L"JobStatus";
  961. LPCWSTR IDS_UPSName = L"Uninterruptible Power Supply";
  962. LPCWSTR IDS_UPSBatteryName = L"Uninterruptible Power Supply Battery";
  963. LPCWSTR IDS_BatteryName = L"Internal Battery";
  964. LPCWSTR IDS_PNPDeviceID = L"PNPDeviceID";
  965. LPCWSTR IDS_ClassGuid = L"ClassGuid";
  966. LPCWSTR IDS_ConfigManagerErrorCode = L"ConfigManagerErrorCode";
  967. LPCWSTR IDS_ConfigManagerUserConfig = L"ConfigManagerUserConfig";
  968. LPCWSTR IDS_ProcessCreationClassName = L"ProcessCreationClassName";
  969. LPCWSTR IDS_ProcessHandle = L"ProcessHandle";
  970. LPCWSTR IDS_ExecutionState = L"ExecutionState";
  971. LPCWSTR IDS_PriorityBase = L"PriorityBase";
  972. LPCWSTR IDS_StartAddress = L"StartAddress";
  973. LPCWSTR IDS_ThreadState = L"ThreadState";
  974. LPCWSTR IDS_ThreadWaitReason = L"ThreadWaitReason";
  975. LPCWSTR IDS_OSAutoDiscovered = L"OSAutoDiscovered";
  976. // Security provider related strings:
  977. LPCWSTR IDS_SecuredObject = L"SecuredObject";
  978. LPCWSTR IDS_Account = L"Account";
  979. LPCWSTR IDS_AccountName = L"AccountName";
  980. LPCWSTR IDS_ReferencedDomainName = L"ReferencedDomainName";
  981. LPCWSTR IDS_AceType = L"AceType";
  982. LPCWSTR IDS_AceFlags = L"AceFlags";
  983. LPCWSTR IDS_AccessMask = L"AccessMask";
  984. LPCWSTR IDS_OwnedObject = L"ownedObject";
  985. LPCWSTR IDS_InheritedObjectGUID = L"GuidInheritedObjectType";
  986. LPCWSTR IDS_ObjectTypeGUID = L"GuidObjectType";
  987. LPCWSTR IDS_Sid = L"Sid";
  988. LPCWSTR IDS_Trustee = L"Trustee";
  989. LPCWSTR IDS_ControlFlags = L"ControlFlags";
  990. LPCWSTR IDS_Group = L"Group";
  991. LPCWSTR IDS_DACL = L"DACL";
  992. LPCWSTR IDS_SACL = L"SACL";
  993. LPCWSTR IDS_SidLength = L"SidLength";
  994. LPCWSTR IDS_SecuritySetting = L"SecuritySetting";
  995. LPCWSTR IDS_BinaryRepresentation = L"BinaryRepresentation";
  996. LPCWSTR IDS_Inheritance = L"Inheritance";
  997. LPCWSTR IDS_SIDString = L"SIDString";
  998. LPCWSTR IDS_OwnerPermissions = L"OwnerPermissions";
  999. /////////////////////////////////////////////////////////////////////////////////////
  1000. //added for ComCatalog classes
  1001. LPCWSTR IDS_Category = L"Category";
  1002. LPCWSTR IDS_Component = L"Component";
  1003. LPCWSTR IDS_ComponentId = L"ComponentId";
  1004. LPCWSTR IDS_CategoryId = L"CategoryId";
  1005. LPCWSTR IDS_Insertable = L"Insertable";
  1006. LPCWSTR IDS_JavaClass = L"JavaClass";
  1007. LPCWSTR IDS_InprocServer32 = L"InprocServer32";
  1008. LPCWSTR IDS_InprocServer = L"InprocServer";
  1009. LPCWSTR IDS_LocalServer32 = L"LocalServer32";
  1010. LPCWSTR IDS_LocalServer = L"LocalServer";
  1011. LPCWSTR IDS_ThreadingModel = L"ThreadingModel";
  1012. LPCWSTR IDS_InprocHandler32 = L"InprocHandler32";
  1013. LPCWSTR IDS_InprocHandler = L"InprocHandler";
  1014. LPCWSTR IDS_TreatAsClsid = L"TreatAsClsid";
  1015. LPCWSTR IDS_AutoTreatAsClsid = L"AutoTreatAsClsid";
  1016. LPCWSTR IDS_ProgId = L"ProgId";
  1017. LPCWSTR IDS_VersionIndependentProgId = L"VersionIndependentProgId";
  1018. LPCWSTR IDS_TypeLibraryId = L"TypeLibraryId";
  1019. LPCWSTR IDS_AppID = L"AppID";
  1020. LPCWSTR IDS_UseSurrogate = L"UseSurrogate";
  1021. LPCWSTR IDS_CustomSurrogate = L"CustomSurrogate";
  1022. LPCWSTR IDS_RemoteServerName = L"RemoteServerName";
  1023. LPCWSTR IDS_RunAsUser = L"RunAsUser";
  1024. LPCWSTR IDS_AuthenticationLevel = L"AuthenticationLevel";
  1025. LPCWSTR IDS_LocalService = L"LocalService";
  1026. LPCWSTR IDS_EnableAtStorageActivation = L"EnableAtStorageActivation";
  1027. LPCWSTR IDS_OldVersion = L"OldVersion";
  1028. LPCWSTR IDS_NewVersion = L"NewVersion";
  1029. LPCWSTR IDS_AutoConvertToClsid = L"AutoConvertToClsid";
  1030. LPCWSTR IDS_DefaultIcon = L"DefaultIcon";
  1031. LPCWSTR IDS_ToolBoxBitmap32 = L"ToolBoxBitmap32";
  1032. LPCWSTR IDS_ServiceParameters = L"ServiceParameters";
  1033. LPCWSTR IDS_ShortDisplayName = L"ShortDisplayName";
  1034. LPCWSTR IDS_LongDisplayName = L"LongDisplayName";
  1035. LPCWSTR IDS_Client = L"Client";
  1036. LPCWSTR IDS_Application = L"Application";
  1037. LPCWSTR IDS_Started = L"Started";
  1038. LPCWSTR IDS_ProcessId = L"ProcessId";
  1039. LPCWSTR IDS_ExitCode = L"ExitCode";
  1040. LPCWSTR IDS_ServiceSpecificExitCode = L"ServiceSpecificExitCode";
  1041. LPCWSTR IDS_CheckPoint = L"CheckPoint";
  1042. LPCWSTR IDS_WaitHint = L"WaitHint";
  1043. LPCWSTR IDS_DesktopInteract = L"DesktopInteract";
  1044. LPCWSTR IDS_StartMode = L"StartMode";
  1045. LPCWSTR IDS_BlockSize = L"BlockSize";
  1046. LPCWSTR IDS_NumberOfBlocks = L"NumberOfBlocks";
  1047. LPCWSTR IDS_PrimaryPartition = L"PrimaryPartition";
  1048. LPCWSTR IDS_Handedness = L"Handedness";
  1049. LPCWSTR IDS_DoubleSpeedThreshold = L"DoubleSpeedThreshold";
  1050. LPCWSTR IDS_QuadSpeedThreshold = L"QuadSpeedThreshold";
  1051. LPCWSTR IDS_PurposeDescription = L"PurposeDescription";
  1052. LPCWSTR IDS_SameElement = L"SameElement";
  1053. LPCWSTR IDS_SystemElement = L"SystemElement";