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.

1471 lines
36 KiB

  1. FacilityNames=(wmi=0x4:FACILITY_SYSTEM)
  2. ; Used when the user tries to create an object, etc. that already exists.
  3. MessageId=0x1
  4. Severity=Success
  5. SymbolicName=WBEM_S_ALREADY_EXISTS
  6. Facility=wmi
  7. Language=English
  8. Already exists
  9. .
  10. ; Returned when the user deletes an overridden property to signal that the original non-overridden value
  11. ; has been restored as the result of the local deletion.
  12. MessageId=0x2
  13. Severity=Success
  14. SymbolicName=WBEM_S_RESET_TO_DEFAULT
  15. Facility=wmi
  16. Language=English
  17. Reset to default
  18. .
  19. ; Returned during comparisons to show that objects, etc., are non-identical.
  20. MessageId=0x3
  21. Severity=Success
  22. SymbolicName=WBEM_S_DIFFERENT
  23. Facility=wmi
  24. Language=English
  25. Different
  26. .
  27. ; Returned when a call timed out. As this is not an error condition, in many cases, some results may have also been returned.
  28. MessageId=0x4
  29. Severity=Success
  30. SymbolicName=WBEM_S_TIMEDOUT
  31. Facility=wmi
  32. Language=English
  33. Timed out
  34. .
  35. ; Returned during enumerations when no more data is available and the user should terminate the enumeration.
  36. MessageId=0x5
  37. Severity=Success
  38. SymbolicName=WBEM_S_NO_MORE_DATA
  39. Facility=wmi
  40. Language=English
  41. No more data
  42. .
  43. ; Returned when an operation was intentionally or internally cancelled.
  44. MessageId=0x6
  45. Severity=Success
  46. SymbolicName=WBEM_S_OPERATION_CANCELLED
  47. Facility=wmi
  48. Language=English
  49. Operation cancelled
  50. .
  51. ; Returned when a request is still in progress and the results are not yet available.
  52. MessageId=0x7
  53. Severity=Success
  54. SymbolicName=WBEM_S_PENDING
  55. Facility=wmi
  56. Language=English
  57. Operation Pending
  58. .
  59. ; Returned when an enumeration is completed, but during which more than one copy of the same object was detected in the result set.
  60. MessageId=0x8
  61. Severity=Success
  62. SymbolicName=WBEM_S_DUPLICATE_OBJECTS
  63. Facility=wmi
  64. Language=English
  65. Duplicate objects
  66. .
  67. ; Returned when the user was denied access to some resources, but not others. A subset of the results may have been returned.
  68. MessageId=0x9
  69. Severity=Success
  70. SymbolicName=WBEM_S_ACCESS_DENIED
  71. Facility=wmi
  72. Language=English
  73. Access Denied
  74. .
  75. ; Returned when the user did not receive all of the objects requested due to inaccessible resources (other than security violations)
  76. MessageId=0x10
  77. Severity=Success
  78. SymbolicName=WBEM_S_PARTIAL_RESULTS
  79. Facility=wmi
  80. Language=English
  81. Partial Results
  82. .
  83. ; The operation failed with an unspecified error condition.
  84. MessageId=0x1001
  85. Severity=Warning
  86. SymbolicName=WBEM_E_FAILED
  87. Facility=wmi
  88. Language=English
  89. Generic failure
  90. .
  91. ; Returned when the property, object, qualifier, etc., could not be found.
  92. MessageId=0x1002
  93. Severity=Warning
  94. SymbolicName=WBEM_E_NOT_FOUND
  95. Facility=wmi
  96. Language=English
  97. Not found
  98. .
  99. ; Returned when the user was denied access to the resource.
  100. MessageId=0x1003
  101. Severity=Warning
  102. SymbolicName=WBEM_E_ACCESS_DENIED
  103. Facility=wmi
  104. Language=English
  105. Access denied
  106. .
  107. ; Returned when a provider failed other than during initialization.
  108. MessageId=0x1004
  109. Severity=Warning
  110. SymbolicName=WBEM_E_PROVIDER_FAILURE
  111. Facility=wmi
  112. Language=English
  113. Provider failure
  114. .
  115. ; Returned the user attempted to write a value using the wrong type (VARIANTs, CIMTYPEs, etc).
  116. MessageId=0x1005
  117. Severity=Warning
  118. SymbolicName=WBEM_E_TYPE_MISMATCH
  119. Facility=wmi
  120. Language=English
  121. Type mismatch
  122. .
  123. ; Returned when insufficient memory exists to complete the operation. Also returned when unreasonably large
  124. ; requests are made, even though the system is not out of memory.
  125. MessageId=0x1006
  126. Severity=Warning
  127. SymbolicName=WBEM_E_OUT_OF_MEMORY
  128. Facility=wmi
  129. Language=English
  130. Out of memory
  131. .
  132. ; Returned when the IWbemContext object is not valid.
  133. MessageId=0x1007
  134. Severity=Warning
  135. SymbolicName=WBEM_E_INVALID_CONTEXT
  136. Facility=wmi
  137. Language=English
  138. Invalid context
  139. .
  140. ; Returned when one or more parameters is invalid, such as NULL pointer, invalid flag values, etc.
  141. MessageId=0x1008
  142. Severity=Warning
  143. SymbolicName=WBEM_E_INVALID_PARAMETER
  144. Facility=wmi
  145. Language=English
  146. Invalid parameter
  147. .
  148. ; Returned when the resource (typically a remote server) is not currently available.
  149. MessageId=0x1009
  150. Severity=Warning
  151. SymbolicName=WBEM_E_NOT_AVAILABLE
  152. Facility=wmi
  153. Language=English
  154. Not available
  155. .
  156. ; Returned when an internal critical error (and unexpected) occurred. This should be reported to Microsoft PSS.
  157. MessageId=0x100A
  158. Severity=Warning
  159. SymbolicName=WBEM_E_CRITICAL_ERROR
  160. Facility=wmi
  161. Language=English
  162. Critical error
  163. .
  164. ; Returned when network packets were corrupted during remote sessions.
  165. MessageId=0x100B
  166. Severity=Warning
  167. SymbolicName=WBEM_E_INVALID_STREAM
  168. Facility=wmi
  169. Language=English
  170. Invalid stream
  171. .
  172. ; Returned when a feature is not supported by WMI.
  173. MessageId=0x100C
  174. Severity=Warning
  175. SymbolicName=WBEM_E_NOT_SUPPORTED
  176. Facility=wmi
  177. Language=English
  178. Not supported
  179. .
  180. ; Returned when the superclass is not valid. Typically, this happens when creating classes and the superclass
  181. ; itself is not first written to WMI before creating the subclasses.
  182. MessageId=0x100D
  183. Severity=Warning
  184. SymbolicName=WBEM_E_INVALID_SUPERCLASS
  185. Facility=wmi
  186. Language=English
  187. Invalid superclass
  188. .
  189. ; Returned when the namespace is not valid, i.e., has been corrupted or does not exist.
  190. MessageId=0x100E
  191. Severity=Warning
  192. SymbolicName=WBEM_E_INVALID_NAMESPACE
  193. Facility=wmi
  194. Language=English
  195. Invalid namespace
  196. .
  197. ; Returned when an object is generally invalid, i.e., has missing or incorrect information in its encoding.
  198. MessageId=0x100F
  199. Severity=Warning
  200. SymbolicName=WBEM_E_INVALID_OBJECT
  201. Facility=wmi
  202. Language=English
  203. Invalid object
  204. .
  205. ; Returned when an object which is supposed to be a class is actually an instance or is missing information. Also, when an instance is incompatible with the class definition in the namespace.
  206. MessageId=0x1010
  207. Severity=Warning
  208. SymbolicName=WBEM_E_INVALID_CLASS
  209. Facility=wmi
  210. Language=English
  211. Invalid class
  212. .
  213. ; Returned when a provider referenced in the schema has no corresponding registration.
  214. MessageId=0x1011
  215. Severity=Warning
  216. SymbolicName=WBEM_E_PROVIDER_NOT_FOUND
  217. Facility=wmi
  218. Language=English
  219. Provider not found
  220. .
  221. ; Returned when a provider referenced in the schema has incorrect or incomplete registration.
  222. MessageId=0x1012
  223. Severity=Warning
  224. SymbolicName=WBEM_E_INVALID_PROVIDER_REGISTRATION
  225. Facility=wmi
  226. Language=English
  227. Invalid provider registration
  228. .
  229. ; Returned when a provider referenced in the schema cannot be located by COM.
  230. MessageId=0x1013
  231. Severity=Warning
  232. SymbolicName=WBEM_E_PROVIDER_LOAD_FAILURE
  233. Facility=wmi
  234. Language=English
  235. Provider load failure
  236. .
  237. ; Returned when a components, such as providers, fail to initialize for internal reasons.
  238. MessageId=0x1014
  239. Severity=Warning
  240. SymbolicName=WBEM_E_INITIALIZATION_FAILURE
  241. Facility=wmi
  242. Language=English
  243. Initialization failure
  244. .
  245. ; Returned when network transports appear to be malfunctioning.
  246. MessageId=0x1015
  247. Severity=Warning
  248. SymbolicName=WBEM_E_TRANSPORT_FAILURE
  249. Facility=wmi
  250. Language=English
  251. Transport failure
  252. .
  253. ; Returned when an illogical or unsupported operation was requested, such as creating an instance of an abstract class
  254. ; or deleting a system class.
  255. MessageId=0x1016
  256. Severity=Warning
  257. SymbolicName=WBEM_E_INVALID_OPERATION
  258. Facility=wmi
  259. Language=English
  260. Invalid operation
  261. .
  262. ; Returned when a query is syntactically or semantically invalid.
  263. MessageId=0x1017
  264. Severity=Warning
  265. SymbolicName=WBEM_E_INVALID_QUERY
  266. Facility=wmi
  267. Language=English
  268. Invalid query
  269. .
  270. ; Returned when the specified query language is not supported.
  271. MessageId=0x1018
  272. Severity=Warning
  273. SymbolicName=WBEM_E_INVALID_QUERY_TYPE
  274. Facility=wmi
  275. Language=English
  276. Invalid query type
  277. .
  278. ; Returned when an attempt to create an object failed because it already exists.
  279. MessageId=0x1019
  280. Severity=Warning
  281. SymbolicName=WBEM_E_ALREADY_EXISTS
  282. Facility=wmi
  283. Language=English
  284. Object or property already exists
  285. .
  286. ; Returned when an illegal attempt to override a qualifier or property is made.
  287. MessageId=0x101A
  288. Severity=Warning
  289. SymbolicName=WBEM_E_OVERRIDE_NOT_ALLOWED
  290. Facility=wmi
  291. Language=English
  292. Override not allowed
  293. .
  294. ; Returned when an attempt is made to change or delete a qualifier inherited from another object is made.
  295. MessageId=0x101B
  296. Severity=Warning
  297. SymbolicName=WBEM_E_PROPAGATED_QUALIFIER
  298. Facility=wmi
  299. Language=English
  300. Propagated qualifier
  301. .
  302. ; Returned when an attempt is made to change or delete a property inherited from another object is made.
  303. MessageId=0x101C
  304. Severity=Warning
  305. SymbolicName=WBEM_E_PROPAGATED_PROPERTY
  306. Facility=wmi
  307. Language=English
  308. Propagated property
  309. .
  310. ; Returned when the client made an unexpected (and illegal) sequence of calls, such as calling
  311. ; EndEnumeration before BeginEnumeration, etc.
  312. MessageId=0x101D
  313. Severity=Warning
  314. SymbolicName=WBEM_E_UNEXPECTED
  315. Facility=wmi
  316. Language=English
  317. Unexpected error
  318. .
  319. ; (not used)
  320. MessageId=0x101E
  321. Severity=Warning
  322. SymbolicName=WBEM_E_ILLEGAL_OPERATION
  323. Facility=wmi
  324. Language=English
  325. Illegal operation
  326. .
  327. ; Returned when the specified property cannot legally be marked with a 'key' qualifier.
  328. MessageId=0x101F
  329. Severity=Warning
  330. SymbolicName=WBEM_E_CANNOT_BE_KEY
  331. Facility=wmi
  332. Language=English
  333. Property can not be key
  334. .
  335. ; Returned when an attempt is made to clone or spawn a derived class from a class which is not a complete definition,
  336. ; either because it is still being created or because it was obtained via an operation which removed some information
  337. ; for efficiency during transport.
  338. MessageId=0x1020
  339. Severity=Warning
  340. SymbolicName=WBEM_E_INCOMPLETE_CLASS
  341. Facility=wmi
  342. Language=English
  343. Incomplete class
  344. .
  345. ; (not used)
  346. MessageId=0x1021
  347. Severity=Warning
  348. SymbolicName=WBEM_E_INVALID_SYNTAX
  349. Facility=wmi
  350. Language=English
  351. Invalid syntax
  352. .
  353. ; (not used)
  354. MessageId=0x1022
  355. Severity=Warning
  356. SymbolicName=WBEM_E_NONDECORATED_OBJECT
  357. Facility=wmi
  358. Language=English
  359. Non-decorated object
  360. .
  361. ; An attempt was made to modify or delete a read-only value.
  362. MessageId=0x1023
  363. Severity=Warning
  364. SymbolicName=WBEM_E_READ_ONLY
  365. Facility=wmi
  366. Language=English
  367. Attempt to modify read-only object or property failed
  368. .
  369. ; Returned by providers when they do not intrinsically support a given method of IWbemServices.
  370. MessageId=0x1024
  371. Severity=Warning
  372. SymbolicName=WBEM_E_PROVIDER_NOT_CAPABLE
  373. Facility=wmi
  374. Language=English
  375. Provider is not capable of the attempted operation
  376. .
  377. ; Returned when an attempt is made to modify or delete a class with subclasses.
  378. MessageId=0x1025
  379. Severity=Warning
  380. SymbolicName=WBEM_E_CLASS_HAS_CHILDREN
  381. Facility=wmi
  382. Language=English
  383. Class has children
  384. .
  385. ; Returned when an attempt is made to modify or delete a class with instances.
  386. MessageId=0x1026
  387. Severity=Warning
  388. SymbolicName=WBEM_E_CLASS_HAS_INSTANCES
  389. Facility=wmi
  390. Language=English
  391. Class has instances
  392. .
  393. ; (not used)
  394. MessageId=0x1027
  395. Severity=Warning
  396. SymbolicName=WBEM_E_QUERY_NOT_IMPLEMENTED
  397. Facility=wmi
  398. Language=English
  399. Query not implemented
  400. .
  401. ; A property which may not be NULL is found to have the value of NULL.
  402. MessageId=0x1028
  403. Severity=Warning
  404. SymbolicName=WBEM_E_ILLEGAL_NULL
  405. Facility=wmi
  406. Language=English
  407. Illegal null value
  408. .
  409. ; An illegal type was used when attempting to create or modify a qualifier.
  410. MessageId=0x1029
  411. Severity=Warning
  412. SymbolicName=WBEM_E_INVALID_QUALIFIER_TYPE
  413. Facility=wmi
  414. Language=English
  415. Invalid qualifier type
  416. .
  417. ; An illegal property type was requested.
  418. MessageId=0x102A
  419. Severity=Warning
  420. SymbolicName=WBEM_E_INVALID_PROPERTY_TYPE
  421. Facility=wmi
  422. Language=English
  423. Invalid property type
  424. .
  425. ; The value exceeded the range of the type, or is incompatible with the type.
  426. MessageId=0x102B
  427. Severity=Warning
  428. SymbolicName=WBEM_E_VALUE_OUT_OF_RANGE
  429. Facility=wmi
  430. Language=English
  431. Value out of range
  432. .
  433. ; Returned when an attempt to make a class 'singleton' is illegal, such as when the class is derived
  434. ; from a non-singleton class.
  435. MessageId=0x102C
  436. Severity=Warning
  437. SymbolicName=WBEM_E_CANNOT_BE_SINGLETON
  438. Facility=wmi
  439. Language=English
  440. Cannot be singleton
  441. .
  442. ; (internal use only)
  443. MessageId=0x102D
  444. Severity=Warning
  445. SymbolicName=WBEM_E_INVALID_CIM_TYPE
  446. Facility=wmi
  447. Language=English
  448. Invalid CimType
  449. .
  450. ; The method is not legally defined, due to unsupported return types, parameter flows, etc.
  451. MessageId=0x102E
  452. Severity=Warning
  453. SymbolicName=WBEM_E_INVALID_METHOD
  454. Facility=wmi
  455. Language=English
  456. Invalid method
  457. .
  458. ; The parameters to the method were not valid.
  459. MessageId=0x102F
  460. Severity=Warning
  461. SymbolicName=WBEM_E_INVALID_METHOD_PARAMETERS
  462. Facility=wmi
  463. Language=English
  464. Invalid method Parameter(s)
  465. .
  466. ; An attempt was made to delete or modify a system property.
  467. MessageId=0x1030
  468. Severity=Warning
  469. SymbolicName=WBEM_E_SYSTEM_PROPERTY
  470. Facility=wmi
  471. Language=English
  472. System property
  473. .
  474. ; The property is no longer valid. This may occur in complex scenarios where a qualifier set is obtained
  475. ; and modified while the property is also being deleted.
  476. MessageId=0x1031
  477. Severity=Warning
  478. SymbolicName=WBEM_E_INVALID_PROPERTY
  479. Facility=wmi
  480. Language=English
  481. Invalid property
  482. .
  483. ; Returned when an asynchronous call was cancelled internally or by the user.
  484. MessageId=0x1032
  485. Severity=Warning
  486. SymbolicName=WBEM_E_CALL_CANCELLED
  487. Facility=wmi
  488. Language=English
  489. Call cancelled
  490. .
  491. ; Returned when the user requests an operation, but WMI is the process of shutting down.
  492. MessageId=0x1033
  493. Severity=Warning
  494. SymbolicName=WBEM_E_SHUTTING_DOWN
  495. Facility=wmi
  496. Language=English
  497. Shutting down
  498. .
  499. ; An attempt was made to modify or delete a method obtained from a superclass.
  500. MessageId=0x1034
  501. Severity=Warning
  502. SymbolicName=WBEM_E_PROPAGATED_METHOD
  503. Facility=wmi
  504. Language=English
  505. Propagated method
  506. .
  507. ; Returned by providers when a particular parameter value (query text, for example) is too complex or unsupported.
  508. ; WMI is thus requested to retry the operation with simpler parameters.
  509. MessageId=0x1035
  510. Severity=Warning
  511. SymbolicName=WBEM_E_UNSUPPORTED_PARAMETER
  512. Facility=wmi
  513. Language=English
  514. Unsupported parameter
  515. .
  516. ; Returned when a method parameter does not have a required ID qualifier.
  517. MessageId=0x1036
  518. Severity=Warning
  519. SymbolicName=WBEM_E_MISSING_PARAMETER_ID
  520. Facility=wmi
  521. Language=English
  522. Missing parameter id.
  523. .
  524. ; Returned when a method parameter has an invalid ID qualifier.
  525. MessageId=0x1037
  526. Severity=Warning
  527. SymbolicName=WBEM_E_INVALID_PARAMETER_ID
  528. Facility=wmi
  529. Language=English
  530. Invalid parameter id.
  531. .
  532. ; Returned when method parameters have out-of-sequence ID qualifiers.
  533. MessageId=0x1038
  534. Severity=Warning
  535. SymbolicName=WBEM_E_NONCONSECUTIVE_PARAMETER_IDS
  536. Facility=wmi
  537. Language=English
  538. Non-consecutive parameter ids.
  539. .
  540. ; Returned when the return value for a method incorrectly has an ID qualifier.
  541. MessageId=0x1039
  542. Severity=Warning
  543. SymbolicName=WBEM_E_PARAMETER_ID_ON_RETVAL
  544. Facility=wmi
  545. Language=English
  546. Return Value has a parameter id.
  547. .
  548. ; Returned when an object path is syntactically invalid.
  549. MessageId=0x103A
  550. Severity=Warning
  551. SymbolicName=WBEM_E_INVALID_OBJECT_PATH
  552. Facility=wmi
  553. Language=English
  554. Invalid object path
  555. .
  556. ; Returned when inadequate free disk space exists to continue operations.
  557. MessageId=0x103B
  558. Severity=Warning
  559. SymbolicName=WBEM_E_OUT_OF_DISK_SPACE
  560. Facility=wmi
  561. Language=English
  562. Out of disk space
  563. .
  564. ; Returned when the user-supplied buffer is too small to contain the result.
  565. MessageId=0x103C
  566. Severity=Warning
  567. SymbolicName=WBEM_E_BUFFER_TOO_SMALL
  568. Facility=wmi
  569. Language=English
  570. The supplied buffer was too small
  571. .
  572. ; The provider does not support the requested PUT extension.
  573. MessageId=0x103D
  574. Severity=Warning
  575. SymbolicName=WBEM_E_UNSUPPORTED_PUT_EXTENSION
  576. Facility=wmi
  577. Language=English
  578. Provider does not support put extensions
  579. .
  580. ; Returned during marshaling when an object of an incorrect type or version was encountered in the stream.
  581. MessageId=0x103E
  582. Severity=Warning
  583. SymbolicName=WBEM_E_UNKNOWN_OBJECT_TYPE
  584. Facility=wmi
  585. Language=English
  586. The marshaling packet identifies an unknown object.
  587. .
  588. ; Returned during marshaling when a packet of an incorrect type or version was encountered in the stream.
  589. MessageId=0x103F
  590. Severity=Warning
  591. SymbolicName=WBEM_E_UNKNOWN_PACKET_TYPE
  592. Facility=wmi
  593. Language=English
  594. The marshaling packet type is unknown.
  595. .
  596. ; Returned during marshaling when a packet has an unsupported version identifier.
  597. MessageId=0x1040
  598. Severity=Warning
  599. SymbolicName=WBEM_E_MARSHAL_VERSION_MISMATCH
  600. Facility=wmi
  601. Language=English
  602. Marshaling packet version mismatch.
  603. .
  604. ; Returned during marshaling when a packet appears to be corrupted.
  605. MessageId=0x1041
  606. Severity=Warning
  607. SymbolicName=WBEM_E_MARSHAL_INVALID_SIGNATURE
  608. Facility=wmi
  609. Language=English
  610. Marshaling packet signature is invalid.
  611. .
  612. ; Returned when an attempt to mismatch qualifiers has been made, such as putting [key] on an object instead
  613. ; of a property.
  614. MessageId=0x1042
  615. Severity=Warning
  616. SymbolicName=WBEM_E_INVALID_QUALIFIER
  617. Facility=wmi
  618. Language=English
  619. Invalid qualifier.
  620. .
  621. ; Returned when the same parameter is illegally declared in a CIM method.
  622. MessageId=0x1043
  623. Severity=Warning
  624. SymbolicName=WBEM_E_INVALID_DUPLICATE_PARAMETER
  625. Facility=wmi
  626. Language=English
  627. Invalid Duplicate Parameter.
  628. .
  629. ; (not used)
  630. MessageId=0x1044
  631. Severity=Warning
  632. SymbolicName=WBEM_E_TOO_MUCH_DATA
  633. Facility=wmi
  634. Language=English
  635. Server buffers are full and data cannot be accepted
  636. .
  637. ; Returned when the server is using too many resources to service new requests.
  638. MessageId=0x1045
  639. Severity=Warning
  640. SymbolicName=WBEM_E_SERVER_TOO_BUSY
  641. Facility=wmi
  642. Language=English
  643. Server buffers are full and data cannot be accepted
  644. .
  645. ; Returned when an invalid qualifier flavor is used when creating or writing qualifiers.
  646. MessageId=0x1046
  647. Severity=Warning
  648. SymbolicName=WBEM_E_INVALID_FLAVOR
  649. Facility=wmi
  650. Language=English
  651. Invalid flavor
  652. .
  653. ; Returned when an attempt to create a circular reference is made, such as indirectly deriving a class from itself.
  654. MessageId=0x1047
  655. Severity=Warning
  656. SymbolicName=WBEM_E_CIRCULAR_REFERENCE
  657. Facility=wmi
  658. Language=English
  659. Class derivation caused circular reference.
  660. .
  661. ; Returned when an unsupported attempt is made to update a class with instances or subclasses.
  662. MessageId=0x1048
  663. Severity=Warning
  664. SymbolicName=WBEM_E_UNSUPPORTED_CLASS_UPDATE
  665. Facility=wmi
  666. Language=English
  667. Unsupported class update.
  668. .
  669. ; Returned when an unsupported key change attempt is made on a class with instances or subclasses already using the key.
  670. MessageId=0x1049
  671. Severity=Warning
  672. SymbolicName=WBEM_E_CANNOT_CHANGE_KEY_INHERITANCE
  673. Facility=wmi
  674. Language=English
  675. Cannot change class key inheritance.
  676. .
  677. ; Returned when an unsupported index change attempt is made on a class with instances or subclasses already using the index.
  678. MessageId=0x1050
  679. Severity=Warning
  680. SymbolicName=WBEM_E_CANNOT_CHANGE_INDEX_INHERITANCE
  681. Facility=wmi
  682. Language=English
  683. Cannot change class index inheritance.
  684. .
  685. ; Returned when an attempt is made to create more properties in a class than are supported in the current version.
  686. MessageId=0x1051
  687. Severity=Warning
  688. SymbolicName=WBEM_E_TOO_MANY_PROPERTIES
  689. Facility=wmi
  690. Language=English
  691. Class object already contains the maximum number of properties.
  692. .
  693. ; Returned when a property is overridden with an incorrect type in a subclass.
  694. MessageId=0x1052
  695. Severity=Warning
  696. SymbolicName=WBEM_E_UPDATE_TYPE_MISMATCH
  697. Facility=wmi
  698. Language=English
  699. A property was redefined with a conflicting type in a derived class.
  700. .
  701. ; Returned when a property cannot be overridden.
  702. MessageId=0x1053
  703. Severity=Warning
  704. SymbolicName=WBEM_E_UPDATE_OVERRIDE_NOT_ALLOWED
  705. Facility=wmi
  706. Language=English
  707. A non-overrideable qualifier was overridden in a derived class.
  708. .
  709. ; Returned when a method was redeclared with a conflicting signature in a derived class.
  710. MessageId=0x1054
  711. Severity=Warning
  712. SymbolicName=WBEM_E_UPDATE_PROPAGATED_METHOD
  713. Facility=wmi
  714. Language=English
  715. A method was redeclared with a conflicting signature in a derived class.
  716. .
  717. ; Returned when a method was invoked, but for which no implementation exists.
  718. MessageId=0x1055
  719. Severity=Warning
  720. SymbolicName=WBEM_E_METHOD_NOT_IMPLEMENTED
  721. Facility=wmi
  722. Language=English
  723. This method is not implemented in any class
  724. .
  725. ; Returned when a method is invoked, but is not currently enabled.
  726. MessageId=0x1056
  727. Severity=Warning
  728. SymbolicName=WBEM_E_METHOD_DISABLED
  729. Facility=wmi
  730. Language=English
  731. This method is disabled for this class
  732. .
  733. ; Returned when the refresher is busy.
  734. MessageId=0x1057
  735. Severity=Warning
  736. SymbolicName=WBEM_E_REFRESHER_BUSY
  737. Facility=wmi
  738. Language=English
  739. The refresher is busy
  740. .
  741. ; Returned when a filtering query is syntactically invalid
  742. MessageId=0x1058
  743. Severity=Warning
  744. SymbolicName=WBEM_E_UNPARSABLE_QUERY
  745. Facility=wmi
  746. Language=English
  747. Unparsable query.
  748. .
  749. ; Returned when the 'from' clause of a filtering query refers to a class that is not an event class --- not derived from __Event
  750. MessageId=0x1059
  751. Severity=Warning
  752. SymbolicName=WBEM_E_NOT_EVENT_CLASS
  753. Facility=wmi
  754. Language=English
  755. Class is not an event class.
  756. .
  757. ; Returned when GROUP BY aggregation construct is used without the corresponding GROUP WITHIN, e.g. "GROUP by p1" instead of "GROUP BY p1 WITHIN 10".
  758. MessageId=0x105A
  759. Severity=Warning
  760. SymbolicName=WBEM_E_MISSING_GROUP_WITHIN
  761. Facility=wmi
  762. Language=English
  763. 'BY' cannot be used without 'GROUP WITHIN'.
  764. .
  765. ; Returned when "GROUP BY *" construct is used. It is not supported in this version.
  766. MessageId=0x105B
  767. Severity=Warning
  768. SymbolicName=WBEM_E_MISSING_AGGREGATION_LIST
  769. Facility=wmi
  770. Language=English
  771. Aggregation on all properties is not supported.
  772. .
  773. ; Returned when 'dot' notation is used on a property that is not an embedded object.
  774. MessageId=0x105C
  775. Severity=Warning
  776. SymbolicName=WBEM_E_PROPERTY_NOT_AN_OBJECT
  777. Facility=wmi
  778. Language=English
  779. 'Dot' notation cannot be used on a property that is not an embedded object.
  780. .
  781. ; Returned when GROUP BY clause references a property that is an embedded object without a 'dot' notiation. This is not supported in this version.
  782. MessageId=0x105D
  783. Severity=Warning
  784. SymbolicName=WBEM_E_AGGREGATING_BY_OBJECT
  785. Facility=wmi
  786. Language=English
  787. Aggregation on a property that is an embedded object is not supported.
  788. .
  789. ; Returned when event provider registration query (in __EventProviderRegistration) is invalid, e.g. does not specify the classes for which events are provided.
  790. MessageId=0x105F
  791. Severity=Warning
  792. SymbolicName=WBEM_E_UNINTERPRETABLE_PROVIDER_QUERY
  793. Facility=wmi
  794. Language=English
  795. Intrinsic event provider registration uses illegal query.
  796. .
  797. ; A request was made to backup or restore the repository, but WinMgmt is unexpectedly using it.
  798. MessageId=0x1060
  799. Severity=Warning
  800. SymbolicName=WBEM_E_BACKUP_RESTORE_WINMGMT_RUNNING
  801. Facility=wmi
  802. Language=English
  803. A backup or restore was requested while WinMgmt is already running.
  804. .
  805. ; Returned when an asynchronous delivery queue overflows due to event consumer being too slow.
  806. MessageId=0x1061
  807. Severity=Warning
  808. SymbolicName=WBEM_E_QUEUE_OVERFLOW
  809. Facility=wmi
  810. Language=English
  811. Event queue overflowed.
  812. .
  813. ; Returned when an operation failed because the client did not hold the required security privilege.
  814. MessageId=0x1062
  815. Severity=Warning
  816. SymbolicName=WBEM_E_PRIVILEGE_NOT_HELD
  817. Facility=wmi
  818. Language=English
  819. Privilege not held.
  820. .
  821. ; Returned when an operator was used with illegally typed operands.
  822. MessageId=0x1063
  823. Severity=Warning
  824. SymbolicName=WBEM_E_INVALID_OPERATOR
  825. Facility=wmi
  826. Language=English
  827. This operator is not valid for this property type.
  828. .
  829. ; Returned when the user specified a username/password on a local connection, where it is not supported by DCOM.
  830. ; The user must use a black username/password and rely on default security.
  831. MessageId=0x1064
  832. Severity=Warning
  833. SymbolicName=WBEM_E_LOCAL_CREDENTIALS
  834. Facility=wmi
  835. Language=English
  836. User credentials cannot be used for local connections
  837. .
  838. ; Returned when a class cannot be abstract because its superclass is not.
  839. MessageId=0x1065
  840. Severity=Warning
  841. SymbolicName=WBEM_E_CANNOT_BE_ABSTRACT
  842. Facility=wmi
  843. Language=English
  844. A class cannot be abstract if its superclass is not also abstract
  845. .
  846. ; Returned when the user attempts to write an object with amended qualifiers, but has not specified the required flags.
  847. MessageId=0x1066
  848. Severity=Warning
  849. SymbolicName=WBEM_E_AMENDED_OBJECT
  850. Facility=wmi
  851. Language=English
  852. An amended object cannot be put unless WBEM_FLAG_USE_AMENDED_QUALIFIERS is specified
  853. .
  854. ; Returned when a client creates an enumeration object but does not retrieve objects from the enumerator in a timely fashion,
  855. ; causing the enumerator's object caches to get backed up.
  856. MessageId=0x1067
  857. Severity=Warning
  858. SymbolicName=WBEM_E_CLIENT_TOO_SLOW
  859. Facility=wmi
  860. Language=English
  861. The client was not retrieving objects quickly enough from an enumeration
  862. .
  863. ;
  864. MessageId=0x1068
  865. Severity=Warning
  866. SymbolicName=WBEM_E_NULL_SECURITY_DESCRIPTOR
  867. Facility=wmi
  868. Language=English
  869. Null security descriptor used
  870. .
  871. ;
  872. MessageId=0x1069
  873. Severity=Warning
  874. SymbolicName=WBEM_E_TIMED_OUT
  875. Facility=wmi
  876. Language=English
  877. Operation times out
  878. .
  879. ;
  880. MessageId=0x106A
  881. Severity=Warning
  882. SymbolicName=WBEM_E_INVALID_ASSOCIATION
  883. Facility=wmi
  884. Language=English
  885. Invalid association
  886. .
  887. ;
  888. MessageId=0x106B
  889. Severity=Warning
  890. SymbolicName=WBEM_E_AMBIGUOUS_OPERATION
  891. Facility=wmi
  892. Language=English
  893. Ambiguous operation
  894. .
  895. ;
  896. MessageId=0x106C
  897. Severity=Warning
  898. SymbolicName=WBEM_E_QUOTA_VIOLATION
  899. Facility=wmi
  900. Language=English
  901. Quota violation
  902. .
  903. ;
  904. MessageId=0x106D
  905. Severity=Warning
  906. SymbolicName=WBEM_E_TRANSACTION_CONFLICT
  907. Facility=wmi
  908. Language=English
  909. Transaction conflict
  910. .
  911. ;
  912. MessageId=0x106E
  913. Severity=Warning
  914. SymbolicName=WBEM_E_FORCED_ROLLBACK
  915. Facility=wmi
  916. Language=English
  917. Transaction forced rollback
  918. .
  919. ;
  920. MessageId=0x106F
  921. Severity=Warning
  922. SymbolicName=WBEM_E_UNSUPPORTED_LOCALE
  923. Facility=wmi
  924. Language=English
  925. Unsupported locale
  926. .
  927. ;
  928. MessageId=0x1070
  929. Severity=Warning
  930. SymbolicName=WBEM_E_HANDLE_OUT_OF_DATE
  931. Facility=wmi
  932. Language=English
  933. Handle out of date
  934. .
  935. ;
  936. MessageId=0x1071
  937. Severity=Warning
  938. SymbolicName=WBEM_E_CONNECTION_FAILED
  939. Facility=wmi
  940. Language=English
  941. Connection failed
  942. .
  943. ;
  944. MessageId=0x1072
  945. Severity=Warning
  946. SymbolicName=WBEM_E_INVALID_HANDLE_REQUEST
  947. Facility=wmi
  948. Language=English
  949. Invalid handle request
  950. .
  951. ;
  952. MessageId=0x1073
  953. Severity=Warning
  954. SymbolicName=WBEM_E_PROPERTY_NAME_TOO_WIDE
  955. Facility=wmi
  956. Language=English
  957. Property name too wide
  958. .
  959. ;
  960. MessageId=0x1074
  961. Severity=Warning
  962. SymbolicName=WBEM_E_CLASS_NAME_TOO_WIDE
  963. Facility=wmi
  964. Language=English
  965. Class name too wide
  966. .
  967. ;
  968. MessageId=0x1075
  969. Severity=Warning
  970. SymbolicName=WBEM_E_METHOD_NAME_TOO_WIDE
  971. Facility=wmi
  972. Language=English
  973. Method name too wide
  974. .
  975. ;
  976. MessageId=0x1076
  977. Severity=Warning
  978. SymbolicName=WBEM_E_QUALIFIER_NAME_TOO_WIDE
  979. Facility=wmi
  980. Language=English
  981. Qualifier name too wide
  982. .
  983. ;
  984. MessageId=0x1077
  985. Severity=Warning
  986. SymbolicName=WBEM_E_RERUN_COMMAND
  987. Facility=wmi
  988. Language=English
  989. Rerun command
  990. .
  991. ; Database version does not match the version that the repository driver understands
  992. MessageId=0x1078
  993. Severity=Warning
  994. SymbolicName=WBEM_E_DATABASE_VER_MISMATCH
  995. Facility=wmi
  996. Language=English
  997. Database version mismatch
  998. .
  999. ;
  1000. MessageId=0x1079
  1001. Severity=Warning
  1002. SymbolicName=WBEM_E_VETO_DELETE
  1003. Facility=wmi
  1004. Language=English
  1005. Veto delete
  1006. .
  1007. ;
  1008. MessageId=0x107A
  1009. Severity=Warning
  1010. SymbolicName=WBEM_E_VETO_PUT
  1011. Facility=wmi
  1012. Language=English
  1013. Veto put
  1014. .
  1015. ; Returned when a client requests a locale that is not supported by the called function.
  1016. MessageId=0x1080
  1017. Severity=Warning
  1018. SymbolicName=WBEM_E_INVALID_LOCALE
  1019. Facility=wmi
  1020. Language=English
  1021. The specified locale id was not valid for the operation.
  1022. .
  1023. MessageId=0x1081
  1024. Severity=Warning
  1025. SymbolicName=WBEM_E_PROVIDER_SUSPENDED
  1026. Facility=wmi
  1027. Language=English
  1028. Provider suspended
  1029. .
  1030. ; Returned when an object must be committed and re-retrieved in order to see the property value.
  1031. MessageId=0x1082
  1032. Severity=Warning
  1033. SymbolicName=WBEM_E_SYNCHRONIZATION_REQUIRED
  1034. Facility=wmi
  1035. Language=English
  1036. The object must be committed and retrieved again before the requested operation can succeed
  1037. .
  1038. ; Returned when an operation cannot be completed because no schema is available.
  1039. MessageId=0x1083
  1040. Severity=Warning
  1041. SymbolicName=WBEM_E_NO_SCHEMA
  1042. Facility=wmi
  1043. Language=English
  1044. Schema required to complete the operation is not available
  1045. .
  1046. ; WBEM_E_PROVIDER_ALREADY_REGISTERED
  1047. MessageId=0x1084
  1048. Severity=Warning
  1049. SymbolicName=WBEM_E_PROVIDER_ALREADY_REGISTERED
  1050. Facility=wmi
  1051. Language=English
  1052. Provider already registered
  1053. .
  1054. ; WBEM_E_PROVIDER_NOT_REGISTERED
  1055. MessageId=0x1085
  1056. Severity=Warning
  1057. SymbolicName=WBEM_E_PROVIDER_NOT_REGISTERED
  1058. Facility=wmi
  1059. Language=English
  1060. Provider not registered
  1061. .
  1062. ; WBEM_E_FATAL_TRANSPORT_ERROR
  1063. MessageId=0x1086
  1064. Severity=Warning
  1065. SymbolicName=WBEM_E_FATAL_TRANSPORT_ERROR
  1066. Facility=wmi
  1067. Language=English
  1068. Fatal transport error, other transport will not be tried
  1069. .
  1070. ; Returned when an operation that requires encryption is requested and the client proxy is not set to an encrypted level.
  1071. MessageId=0x1087
  1072. Severity=Warning
  1073. SymbolicName=WBEM_E_ENCRYPTED_CONNECTION_REQUIRED
  1074. Facility=wmi
  1075. Language=English
  1076. Client connection to WINMGMT needs to be encrypted for this operation. Please adjust your IWbemServices proxy security settings and retry.
  1077. .
  1078. ; WBEM_E_PROVIDER_TIMED_OUT
  1079. MessageId=0x1088
  1080. Severity=Warning
  1081. SymbolicName=WBEM_E_PROVIDER_TIMED_OUT
  1082. Facility=wmi
  1083. Language=English
  1084. A provider failed to report results within the specified timeout.
  1085. .
  1086. ; WBEM_E_NO_KEY
  1087. MessageId=0x1089
  1088. Severity=Warning
  1089. SymbolicName=WBEM_E_NO_KEY
  1090. Facility=wmi
  1091. Language=English
  1092. Attempt to put an instance with no defined key.
  1093. .
  1094. ; Returned when event provider registration query (in __EventProviderRegistration) is invalid, e.g. claims to provide intrinsic events for static classes.
  1095. MessageId=0x2001
  1096. Severity=Warning
  1097. SymbolicName=WBEM_E_REGISTRATION_TOO_BROAD
  1098. Facility=wmi
  1099. Language=English
  1100. Provider registration overlaps with system event domain
  1101. .
  1102. ; Returned when a filtering query for intrinsic events for a class not backed by an event provider is issued without a WITHIN clause, thus disallowing polling.
  1103. MessageId=0x2002
  1104. Severity=Warning
  1105. SymbolicName=WBEM_E_REGISTRATION_TOO_PRECISE
  1106. Facility=wmi
  1107. Language=English
  1108. 'WITHIN' clause must be used in this query due to lack of event providers
  1109. .
  1110. ; (not used)
  1111. MessageId=0x3001
  1112. Severity=Warning
  1113. SymbolicName=WBEM_E_RETRY_LATER
  1114. Facility=wmi
  1115. Language=English
  1116. Retry Later
  1117. .
  1118. ; Internal
  1119. MessageId=
  1120. Severity=Warning
  1121. SymbolicName=WBEM_E_RESOURCE_CONTENTION
  1122. Facility=wmi
  1123. Language=English
  1124. Resource Contention
  1125. .
  1126. MessageId=0x4001
  1127. Severity=Warning
  1128. SymbolicName=WBEMMOF_E_EXPECTED_QUALIFIER_NAME
  1129. Facility=wmi
  1130. Language=English
  1131. Expected qualifier name, an identifier
  1132. .
  1133. MessageId=0x4002
  1134. Severity=Warning
  1135. SymbolicName=WBEMMOF_E_EXPECTED_SEMI
  1136. Facility=wmi
  1137. Language=English
  1138. Expected semicolon or '='
  1139. .
  1140. MessageId=0x4003
  1141. Severity=Warning
  1142. SymbolicName=WBEMMOF_E_EXPECTED_OPEN_BRACE
  1143. Facility=wmi
  1144. Language=English
  1145. Expected open brace
  1146. .
  1147. MessageId=0x4004
  1148. Severity=Warning
  1149. SymbolicName=WBEMMOF_E_EXPECTED_CLOSE_BRACE
  1150. Facility=wmi
  1151. Language=English
  1152. Missing closing brace, or illegal array element
  1153. .
  1154. MessageId=0x4005
  1155. Severity=Warning
  1156. SymbolicName=WBEMMOF_E_EXPECTED_CLOSE_BRACKET
  1157. Facility=wmi
  1158. Language=English
  1159. Expected closing bracket
  1160. .
  1161. MessageId=0x4006
  1162. Severity=Warning
  1163. SymbolicName=WBEMMOF_E_EXPECTED_CLOSE_PAREN
  1164. Facility=wmi
  1165. Language=English
  1166. Expected closing parenthesis
  1167. .
  1168. MessageId=0x4007
  1169. Severity=Warning
  1170. SymbolicName=WBEMMOF_E_ILLEGAL_CONSTANT_VALUE
  1171. Facility=wmi
  1172. Language=English
  1173. Illegal constant value. (Numeric value out of range or strings without quotes)
  1174. .
  1175. MessageId=0x4008
  1176. Severity=Warning
  1177. SymbolicName=WBEMMOF_E_EXPECTED_TYPE_IDENTIFIER
  1178. Facility=wmi
  1179. Language=English
  1180. Expected type identifier
  1181. .
  1182. MessageId=0x4009
  1183. Severity=Warning
  1184. SymbolicName=WBEMMOF_E_EXPECTED_OPEN_PAREN
  1185. Facility=wmi
  1186. Language=English
  1187. Expected open parenthesis
  1188. .
  1189. MessageId=0x400A
  1190. Severity=Warning
  1191. SymbolicName=WBEMMOF_E_UNRECOGNIZED_TOKEN
  1192. Facility=wmi
  1193. Language=English
  1194. Unexpected token at file scope
  1195. .
  1196. MessageId=0x400B
  1197. Severity=Warning
  1198. SymbolicName=WBEMMOF_E_UNRECOGNIZED_TYPE
  1199. Facility=wmi
  1200. Language=English
  1201. Unrecognized or unsupported type identifier
  1202. .
  1203. MessageId=0x400C
  1204. Severity=Warning
  1205. SymbolicName=WBEMMOF_E_EXPECTED_PROPERTY_NAME
  1206. Facility=wmi
  1207. Language=English
  1208. Expected property or method name
  1209. .
  1210. MessageId=0x400D
  1211. Severity=Warning
  1212. SymbolicName=WBEMMOF_E_TYPEDEF_NOT_SUPPORTED
  1213. Facility=wmi
  1214. Language=English
  1215. Typedefs and enumerated types are not currently supported
  1216. .
  1217. MessageId=0x400E
  1218. Severity=Warning
  1219. SymbolicName=WBEMMOF_E_UNEXPECTED_ALIAS
  1220. Facility=wmi
  1221. Language=English
  1222. Unexpected alias. Only references to class object can take alias values
  1223. .
  1224. MessageId=0x400F
  1225. Severity=Warning
  1226. SymbolicName=WBEMMOF_E_UNEXPECTED_ARRAY_INIT
  1227. Facility=wmi
  1228. Language=English
  1229. Unexpected array initialization. Arrays must be declared with []
  1230. .
  1231. MessageId=0x4010
  1232. Severity=Warning
  1233. SymbolicName=WBEMMOF_E_INVALID_AMENDMENT_SYNTAX
  1234. Facility=wmi
  1235. Language=English
  1236. Invalid namespace path syntax
  1237. .
  1238. MessageId=0x4011
  1239. Severity=Warning
  1240. SymbolicName=WBEMMOF_E_INVALID_DUPLICATE_AMENDMENT
  1241. Facility=wmi
  1242. Language=English
  1243. Duplicate amendment specifiers
  1244. .
  1245. MessageId=0x4012
  1246. Severity=Warning
  1247. SymbolicName=WBEMMOF_E_INVALID_PRAGMA
  1248. Facility=wmi
  1249. Language=English
  1250. #pragma must be followed by a valid keyword
  1251. .
  1252. MessageId=0x4013
  1253. Severity=Warning
  1254. SymbolicName=WBEMMOF_E_INVALID_NAMESPACE_SYNTAX
  1255. Facility=wmi
  1256. Language=English
  1257. Invalid namespace path syntax
  1258. .
  1259. MessageId=0x4014
  1260. Severity=Warning
  1261. SymbolicName=WBEMMOF_E_EXPECTED_CLASS_NAME
  1262. Facility=wmi
  1263. Language=English
  1264. Unexpected character in class name (must be an identifier)
  1265. .
  1266. MessageId=0x4015
  1267. Severity=Warning
  1268. SymbolicName=WBEMMOF_E_TYPE_MISMATCH
  1269. Facility=wmi
  1270. Language=English
  1271. Type mismatch. The value specified could not be coerced into the appropriate type
  1272. .
  1273. MessageId=0x4016
  1274. Severity=Warning
  1275. SymbolicName=WBEMMOF_E_EXPECTED_ALIAS_NAME
  1276. Facility=wmi
  1277. Language=English
  1278. Dollar sign must be followed by an alias name (an identifier)
  1279. .
  1280. MessageId=0x4017
  1281. Severity=Warning
  1282. SymbolicName=WBEMMOF_E_INVALID_CLASS_DECLARATION
  1283. Facility=wmi
  1284. Language=English
  1285. Invalid class declaration
  1286. .
  1287. MessageId=0x4018
  1288. Severity=Warning
  1289. SymbolicName=WBEMMOF_E_INVALID_INSTANCE_DECLARATION
  1290. Facility=wmi
  1291. Language=English
  1292. Invalid instance declaration. Must start with 'instance of'
  1293. .
  1294. MessageId=0x4019
  1295. Severity=Warning
  1296. SymbolicName=WBEMMOF_E_EXPECTED_DOLLAR
  1297. Facility=wmi
  1298. Language=English
  1299. Expected dollar sign. 'as' keyword must be followed by an alias, of the form '$name'
  1300. .
  1301. MessageId=0x401A
  1302. Severity=Warning
  1303. SymbolicName=WBEMMOF_E_CIMTYPE_QUALIFIER
  1304. Facility=wmi
  1305. Language=English
  1306. 'CIMTYPE' qualifier may not be specified directly in a MOF file. Use standard type notation
  1307. .
  1308. MessageId=0x401B
  1309. Severity=Warning
  1310. SymbolicName=WBEMMOF_E_DUPLICATE_PROPERTY
  1311. Facility=wmi
  1312. Language=English
  1313. Duplicate property declaration unexpected
  1314. .
  1315. MessageId=0x401C
  1316. Severity=Warning
  1317. SymbolicName=WBEMMOF_E_INVALID_NAMESPACE_SPECIFICATION
  1318. Facility=wmi
  1319. Language=English
  1320. Invalid namespace syntax. References to other servers are not allowed!
  1321. .
  1322. MessageId=0x401D
  1323. Severity=Warning
  1324. SymbolicName=WBEMMOF_E_OUT_OF_RANGE
  1325. Facility=wmi
  1326. Language=English
  1327. Value out of range
  1328. .
  1329. MessageId=0x401E
  1330. Severity=Warning
  1331. SymbolicName=WBEMMOF_E_INVALID_FILE
  1332. Facility=wmi
  1333. Language=English
  1334. This is not a valid MOF file
  1335. .
  1336. MessageId=0x401F
  1337. Severity=Warning
  1338. SymbolicName=WBEMMOF_E_ALIASES_IN_EMBEDDED
  1339. Facility=wmi
  1340. Language=English
  1341. Embedded objects may not be aliases
  1342. .
  1343. MessageId=0x4020
  1344. Severity=Warning
  1345. SymbolicName=WBEMMOF_E_NULL_ARRAY_ELEM
  1346. Facility=wmi
  1347. Language=English
  1348. NULL elements in array are not supported
  1349. .
  1350. MessageId=0x4021
  1351. Severity=Warning
  1352. SymbolicName=WBEMMOF_E_DUPLICATE_QUALIFIER
  1353. Facility=wmi
  1354. Language=English
  1355. Duplicate qualifier declaration unexpected
  1356. .
  1357. MessageId=0x4022
  1358. Severity=Warning
  1359. SymbolicName=WBEMMOF_E_EXPECTED_FLAVOR_TYPE
  1360. Facility=wmi
  1361. Language=English
  1362. Expected a flavor type such as ToInstance, ToSubClass, EnableOverride, or DisableOverride
  1363. .
  1364. MessageId=0x4023
  1365. Severity=Warning
  1366. SymbolicName=WBEMMOF_E_INCOMPATIBLE_FLAVOR_TYPES
  1367. Facility=wmi
  1368. Language=English
  1369. Combining Overridable, and NotOverridable is not legal
  1370. .
  1371. MessageId=0x4024
  1372. Severity=Warning
  1373. SymbolicName=WBEMMOF_E_MULTIPLE_ALIASES
  1374. Facility=wmi
  1375. Language=English
  1376. Alias cannot be used twice
  1377. .
  1378. MessageId=0x4025
  1379. Severity=Warning
  1380. SymbolicName=WBEMMOF_E_INCOMPATIBLE_FLAVOR_TYPES2
  1381. Facility=wmi
  1382. Language=English
  1383. Combining "Restricted", and "ToInstance" or "ToSubClass" is not legal
  1384. .
  1385. MessageId=0x4026
  1386. Severity=Warning
  1387. SymbolicName=WBEMMOF_E_NO_ARRAYS_RETURNED
  1388. Facility=wmi
  1389. Language=English
  1390. Methods cannot return array values
  1391. .
  1392. MessageId=0x4027
  1393. Severity=Warning
  1394. SymbolicName=WBEMMOF_E_MUST_BE_IN_OR_OUT
  1395. Facility=wmi
  1396. Language=English
  1397. Arguments must have an "In" and/or "Out" qualifier
  1398. .
  1399. MessageId=0x4028
  1400. Severity=Warning
  1401. SymbolicName=WBEMMOF_E_INVALID_FLAGS_SYNTAX
  1402. Facility=wmi
  1403. Language=English
  1404. Invalid flags syntax
  1405. .
  1406. MessageId=0x4029
  1407. Severity=Warning
  1408. SymbolicName=WBEMMOF_E_EXPECTED_BRACE_OR_BAD_TYPE
  1409. Facility=wmi
  1410. Language=English
  1411. Expected brace or bad type
  1412. .
  1413. MessageId=0x402A
  1414. Severity=Warning
  1415. SymbolicName=WBEMMOF_E_UNSUPPORTED_CIMV22_QUAL_VALUE
  1416. Facility=wmi
  1417. Language=English
  1418. CIM V2.2 feature not currently supported for qualifier value
  1419. .
  1420. MessageId=0x402B
  1421. Severity=Warning
  1422. SymbolicName=WBEMMOF_E_UNSUPPORTED_CIMV22_DATA_TYPE
  1423. Facility=wmi
  1424. Language=English
  1425. CIM V2.2 feature not currently supported; data type
  1426. .
  1427. MessageId=0x402C
  1428. Severity=Warning
  1429. SymbolicName=WBEMMOF_E_INVALID_DELETEINSTANCE_SYNTAX
  1430. Facility=wmi
  1431. Language=English
  1432. Invalid delete instance syntax, should be #pragma deleteinstance("instance path", FAIL|NOFAIL)
  1433. .
  1434. MessageId=0x402D
  1435. Severity=Warning
  1436. SymbolicName=WBEMMOF_E_INVALID_QUALIFIER_SYNTAX
  1437. Facility=wmi
  1438. Language=English
  1439. Invalid qualifier syntax. Should be of the for Qualifier name:type=value,scope(class|instance), flavor(toinstance|etc);
  1440. .
  1441. MessageId=0x402E
  1442. Severity=Warning
  1443. SymbolicName=WBEMMOF_E_QUALIFIER_USED_OUTSIDE_SCOPE
  1444. Facility=wmi
  1445. Language=English
  1446. Qualifier is used outside of its scope
  1447. .
  1448. MessageId=0x402F
  1449. Severity=Warning
  1450. SymbolicName=WBEMMOF_E_ERROR_CREATING_TEMP_FILE
  1451. Facility=wmi
  1452. Language=English
  1453. Error creating temporary file
  1454. .
  1455. MessageId=0x4030
  1456. Severity=Warning
  1457. SymbolicName=WBEMMOF_E_ERROR_INVALID_INCLUDE_FILE
  1458. Facility=wmi
  1459. Language=English
  1460. Invalid include file
  1461. .
  1462. MessageId=0x4031
  1463. Severity=Warning
  1464. SymbolicName=WBEMMOF_E_INVALID_DELETECLASS_SYNTAX
  1465. Facility=wmi
  1466. Language=English
  1467. Invalid DeleteClass syntax
  1468. .