2 * Copyright 2009 Hans Leidekker for CodeWeavers
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
19 cpp_quote
("DEFINE_GUID(CLSID_WbemLocator, 0x4590f811,0x1d3A,0x11d0,0x89,0x1f,0x00,0xaa,0x00,0x4b,0x2e,0x24);")
20 cpp_quote
("DEFINE_GUID(CLSID_WbemStatusCode, 0xeb87e1bd,0x3233,0x11d2,0xae,0xc9,0x00,0xc0,0x4f,0xb6,0x88,0x20);")
25 interface IWbemContext
;
26 interface IWbemServices
;
27 interface IWbemStatusCodeText
;
28 interface IWbemCallResult
;
29 interface IWbemObjectSink
;
30 interface IWbemClassObject
;
31 interface IEnumWbemClassObject
;
32 interface IWbemQualifierSet
;
34 typedef [v1_enum] enum tag_WBEMSTATUS
40 WBEM_S_ALREADY_EXISTS
= 0x40001,
41 WBEM_S_RESET_TO_DEFAULT
= 0x40002,
42 WBEM_S_DIFFERENT
= 0x40003,
43 WBEM_S_TIMEDOUT
= 0x40004,
44 WBEM_S_NO_MORE_DATA
= 0x40005,
45 WBEM_S_OPERATION_CANCELLED
= 0x40006,
46 WBEM_S_PENDING
= 0x40007,
47 WBEM_S_DUPLICATE_OBJECTS
= 0x40008,
48 WBEM_S_ACCESS_DENIED
= 0x40009,
49 WBEM_S_PARTIAL_RESULTS
= 0x40010,
50 WBEM_S_SOURCE_NOT_AVAILABLE
= 0x40017,
51 WBEM_E_FAILED
= 0x80041001,
52 WBEM_E_NOT_FOUND
= 0x80041002,
53 WBEM_E_ACCESS_DENIED
= 0x80041003,
54 WBEM_E_PROVIDER_FAILURE
= 0x80041004,
55 WBEM_E_TYPE_MISMATCH
= 0x80041005,
56 WBEM_E_OUT_OF_MEMORY
= 0x80041006,
57 WBEM_E_INVALID_CONTEXT
= 0x80041007,
58 WBEM_E_INVALID_PARAMETER
= 0x80041008,
59 WBEM_E_NOT_AVAILABLE
= 0x80041009,
60 WBEM_E_CRITICAL_ERROR
= 0x8004100a,
61 WBEM_E_INVALID_STREAM
= 0x8004100b,
62 WBEM_E_NOT_SUPPORTED
= 0x8004100c,
63 WBEM_E_INVALID_SUPERCLASS
= 0x8004100d,
64 WBEM_E_INVALID_NAMESPACE
= 0x8004100e,
65 WBEM_E_INVALID_OBJECT
= 0x8004100f,
66 WBEM_E_INVALID_CLASS
= 0x80041010,
67 WBEM_E_PROVIDER_NOT_FOUND
= 0x80041011,
68 WBEM_E_INVALID_PROVIDER_REGISTRATION
= 0x80041012,
69 WBEM_E_PROVIDER_LOAD_FAILURE
= 0x80041013,
70 WBEM_E_INITIALIZATION_FAILURE
= 0x80041014,
71 WBEM_E_TRANSPORT_FAILURE
= 0x80041015,
72 WBEM_E_INVALID_OPERATION
= 0x80041016,
73 WBEM_E_INVALID_QUERY
= 0x80041017,
74 WBEM_E_INVALID_QUERY_TYPE
= 0x80041018,
75 WBEM_E_ALREADY_EXISTS
= 0x80041019,
76 WBEM_E_OVERRIDE_NOT_ALLOWED
= 0x8004101a,
77 WBEM_E_PROPAGATED_QUALIFIER
= 0x8004101b,
78 WBEM_E_PROPAGATED_PROPERTY
= 0x8004101c,
79 WBEM_E_UNEXPECTED
= 0x8004101d,
80 WBEM_E_ILLEGAL_OPERATION
= 0x8004101e,
81 WBEM_E_CANNOT_BE_KEY
= 0x8004101f,
82 WBEM_E_INCOMPLETE_CLASS
= 0x80041020,
83 WBEM_E_INVALID_SYNTAX
= 0x80041021,
84 WBEM_E_NONDECORATED_OBJECT
= 0x80041022,
85 WBEM_E_READ_ONLY
= 0x80041023,
86 WBEM_E_PROVIDER_NOT_CAPABLE
= 0x80041024,
87 WBEM_E_CLASS_HAS_CHILDREN
= 0x80041025,
88 WBEM_E_CLASS_HAS_INSTANCES
= 0x80041026,
89 WBEM_E_QUERY_NOT_IMPLEMENTED
= 0x80041027,
90 WBEM_E_ILLEGAL_NULL
= 0x80041028,
91 WBEM_E_INVALID_QUALIFIER_TYPE
= 0x80041029,
92 WBEM_E_INVALID_PROPERTY_TYPE
= 0x8004102a,
93 WBEM_E_VALUE_OUT_OF_RANGE
= 0x8004102b,
94 WBEM_E_CANNOT_BE_SINGLETON
= 0x8004102c,
95 WBEM_E_INVALID_CIM_TYPE
= 0x8004102d,
96 WBEM_E_INVALID_METHOD
= 0x8004102e,
97 WBEM_E_INVALID_METHOD_PARAMETERS
= 0x8004102f,
98 WBEM_E_SYSTEM_PROPERTY
= 0x80041030,
99 WBEM_E_INVALID_PROPERTY
= 0x80041031,
100 WBEM_E_CALL_CANCELLED
= 0x80041032,
101 WBEM_E_SHUTTING_DOWN
= 0x80041033,
102 WBEM_E_PROPAGATED_METHOD
= 0x80041034,
103 WBEM_E_UNSUPPORTED_PARAMETER
= 0x80041035,
104 WBEM_E_MISSING_PARAMETER_ID
= 0x80041036,
105 WBEM_E_INVALID_PARAMETER_ID
= 0x80041037,
106 WBEM_E_NONCONSECUTIVE_PARAMETER_IDS
= 0x80041038,
107 WBEM_E_PARAMETER_ID_ON_RETVAL
= 0x80041039,
108 WBEM_E_INVALID_OBJECT_PATH
= 0x8004103a,
109 WBEM_E_OUT_OF_DISK_SPACE
= 0x8004103b,
110 WBEM_E_BUFFER_TOO_SMALL
= 0x8004103c,
111 WBEM_E_UNSUPPORTED_PUT_EXTENSION
= 0x8004103d,
112 WBEM_E_UNKNOWN_OBJECT_TYPE
= 0x8004103e,
113 WBEM_E_UNKNOWN_PACKET_TYPE
= 0x8004103f,
114 WBEM_E_MARSHAL_VERSION_MISMATCH
= 0x80041040,
115 WBEM_E_MARSHAL_INVALID_SIGNATURE
= 0x80041041,
116 WBEM_E_INVALID_QUALIFIER
= 0x80041042,
117 WBEM_E_INVALID_DUPLICATE_PARAMETER
= 0x80041043,
118 WBEM_E_TOO_MUCH_DATA
= 0x80041044,
119 WBEM_E_SERVER_TOO_BUSY
= 0x80041045,
120 WBEM_E_INVALID_FLAVOR
= 0x80041046,
121 WBEM_E_CIRCULAR_REFERENCE
= 0x80041047,
122 WBEM_E_UNSUPPORTED_CLASS_UPDATE
= 0x80041048,
123 WBEM_E_CANNOT_CHANGE_KEY_INHERITANCE
= 0x80041049,
124 WBEM_E_CANNOT_CHANGE_INDEX_INHERITANCE
= 0x80041050,
125 WBEM_E_TOO_MANY_PROPERTIES
= 0x80041051,
126 WBEM_E_UPDATE_TYPE_MISMATCH
= 0x80041052,
127 WBEM_E_UPDATE_OVERRIDE_NOT_ALLOWED
= 0x80041053,
128 WBEM_E_UPDATE_PROPAGATED_METHOD
= 0x80041054,
129 WBEM_E_METHOD_NOT_IMPLEMENTED
= 0x80041055,
130 WBEM_E_METHOD_DISABLED
= 0x80041056,
131 WBEM_E_REFRESHER_BUSY
= 0x80041057,
132 WBEM_E_UNPARSABLE_QUERY
= 0x80041058,
133 WBEM_E_NOT_EVENT_CLASS
= 0x80041059,
134 WBEM_E_MISSING_GROUP_WITHIN
= 0x8004105a,
135 WBEM_E_MISSING_AGGREGATION_LIST
= 0x8004105b,
136 WBEM_E_PROPERTY_NOT_AN_OBJECT
= 0x8004105c,
137 WBEM_E_AGGREGATING_BY_OBJECT
= 0x8004105d,
138 WBEM_E_UNINTERPRETABLE_PROVIDER_QUERY
= 0x8004105f,
139 WBEM_E_BACKUP_RESTORE_WINMGMT_RUNNING
= 0x80041060,
140 WBEM_E_QUEUE_OVERFLOW
= 0x80041061,
141 WBEM_E_PRIVILEGE_NOT_HELD
= 0x80041062,
142 WBEM_E_INVALID_OPERATOR
= 0x80041063,
143 WBEM_E_LOCAL_CREDENTIALS
= 0x80041064,
144 WBEM_E_CANNOT_BE_ABSTRACT
= 0x80041065,
145 WBEM_E_AMENDED_OBJECT
= 0x80041066,
146 WBEM_E_CLIENT_TOO_SLOW
= 0x80041067,
147 WBEM_E_NULL_SECURITY_DESCRIPTOR
= 0x80041068,
148 WBEM_E_TIMED_OUT
= 0x80041069,
149 WBEM_E_INVALID_ASSOCIATION
= 0x8004106a,
150 WBEM_E_AMBIGUOUS_OPERATION
= 0x8004106b,
151 WBEM_E_QUOTA_VIOLATION
= 0x8004106c,
152 WBEM_E_RESERVED_001
= 0x8004106d,
153 WBEM_E_RESERVED_002
= 0x8004106e,
154 WBEM_E_UNSUPPORTED_LOCALE
= 0x8004106f,
155 WBEM_E_HANDLE_OUT_OF_DATE
= 0x80041070,
156 WBEM_E_CONNECTION_FAILED
= 0x80041071,
157 WBEM_E_INVALID_HANDLE_REQUEST
= 0x80041072,
158 WBEM_E_PROPERTY_NAME_TOO_WIDE
= 0x80041073,
159 WBEM_E_CLASS_NAME_TOO_WIDE
= 0x80041074,
160 WBEM_E_METHOD_NAME_TOO_WIDE
= 0x80041075,
161 WBEM_E_QUALIFIER_NAME_TOO_WIDE
= 0x80041076,
162 WBEM_E_RERUN_COMMAND
= 0x80041077,
163 WBEM_E_DATABASE_VER_MISMATCH
= 0x80041078,
164 WBEM_E_VETO_DELETE
= 0x80041079,
165 WBEM_E_VETO_PUT
= 0x8004107a,
166 WBEM_E_INVALID_LOCALE
= 0x80041080,
167 WBEM_E_PROVIDER_SUSPENDED
= 0x80041081,
168 WBEM_E_SYNCHRONIZATION_REQUIRED
= 0x80041082,
169 WBEM_E_NO_SCHEMA
= 0x80041083,
170 WBEM_E_PROVIDER_ALREADY_REGISTERED
= 0x80041084,
171 WBEM_E_PROVIDER_NOT_REGISTERED
= 0x80041085,
172 WBEM_E_FATAL_TRANSPORT_ERROR
= 0x80041086,
173 WBEM_E_ENCRYPTED_CONNECTION_REQUIRED
= 0x80041087,
174 WBEM_E_PROVIDER_TIMED_OUT
= 0x80041088,
175 WBEM_E_NO_KEY
= 0x80041089,
176 WBEM_E_PROVIDER_DISABLED
= 0x8004108a
179 typedef [v1_enum] enum tag_WBEM_STATUS_TYPE
181 WBEM_STATUS_COMPLETE
= 0,
182 WBEM_STATUS_REQUIREMENTS
= 1,
183 WBEM_STATUS_PROGRESS
= 2
186 typedef [v1_enum] enum tag_WBEM_TIMEOUT_TYPE
189 WBEM_INFINITE
= 0xffffffff
192 typedef [v1_enum] enum tag_WBEM_CONDITION_FLAG_TYPE
194 WBEM_FLAG_ALWAYS
= 0,
195 WBEM_FLAG_ONLY_IF_TRUE
= 0x1,
196 WBEM_FLAG_ONLY_IF_FALSE
= 0x2,
197 WBEM_FLAG_ONLY_IF_IDENTICAL
= 0x3,
198 WBEM_MASK_PRIMARY_CONDITION
= 0x3,
199 WBEM_FLAG_KEYS_ONLY
= 0x4,
200 WBEM_FLAG_REFS_ONLY
= 0x8,
201 WBEM_FLAG_LOCAL_ONLY
= 0x10,
202 WBEM_FLAG_PROPAGATED_ONLY
= 0x20,
203 WBEM_FLAG_SYSTEM_ONLY
= 0x30,
204 WBEM_FLAG_NONSYSTEM_ONLY
= 0x40,
205 WBEM_MASK_CONDITION_ORIGIN
= 0x70,
206 WBEM_FLAG_CLASS_OVERRIDES_ONLY
= 0x100,
207 WBEM_FLAG_CLASS_LOCAL_AND_OVERRIDES
= 0x200,
208 WBEM_MASK_CLASS_CONDITION
= 0x300
209 } WBEM_CONDITION_FLAG_TYPE
;
211 typedef [v1_enum] enum tag_WBEM_FLAVOR_TYPE
213 WBEM_FLAVOR_DONT_PROPAGATE
= 0,
214 WBEM_FLAVOR_FLAG_PROPAGATE_TO_INSTANCE
= 0x1,
215 WBEM_FLAVOR_FLAG_PROPAGATE_TO_DERIVED_CLASS
= 0x2,
216 WBEM_FLAVOR_MASK_PROPAGATION
= 0xf,
217 WBEM_FLAVOR_OVERRIDABLE
= 0,
218 WBEM_FLAVOR_NOT_OVERRIDABLE
= 0x10,
219 WBEM_FLAVOR_MASK_PERMISSIONS
= 0x10,
220 WBEM_FLAVOR_ORIGIN_LOCAL
= 0,
221 WBEM_FLAVOR_ORIGIN_PROPAGATED
= 0x20,
222 WBEM_FLAVOR_ORIGIN_SYSTEM
= 0x40,
223 WBEM_FLAVOR_MASK_ORIGIN
= 0x60,
224 WBEM_FLAVOR_NOT_AMENDED
= 0,
225 WBEM_FLAVOR_AMENDED
= 0x80,
226 WBEM_FLAVOR_MASK_AMENDED
= 0x80
229 typedef [v1_enum] enum tag_WBEM_GENUS_TYPE
231 WBEM_GENUS_CLASS
= 1,
232 WBEM_GENUS_INSTANCE
= 2
235 typedef [v1_enum] enum tag_CIMTYPE_ENUMERATION
255 CIM_FLAG_ARRAY
= 0x2000
256 } CIMTYPE_ENUMERATION
;
258 typedef long CIMTYPE
;
264 uuid(dc12a687
-737f
-11cf
-884d
-00aa004b2e24
),
265 pointer_default(unique)
267 interface IWbemLocator
: IUnknown
269 HRESULT ConnectServer
(
270 [in] const BSTR strNetworkResource
,
271 [in] const BSTR strUser
,
272 [in] const BSTR strPassword
,
273 [in] const BSTR strLocale
,
274 [in] LONG lSecurityFlags
,
275 [in] const BSTR strAuthority
,
276 [in] IWbemContext
*pCtx
,
277 [out] IWbemServices
**ppNamespace
);
283 uuid(eb87e1bc
-3233-11d2
-aec9
-00c04fb68820
)
285 interface IWbemStatusCodeText
: IUnknown
287 HRESULT GetErrorCodeText
(
291 [out] BSTR *MessageText
);
293 HRESULT GetFacilityCodeText
(
297 [out] BSTR *MessageText
);
303 uuid(7c857801
-7381-11cf
-884d
-00aa004b2e24
)
305 interface IWbemObjectSink
: IUnknown
308 [in] long lObjectCount
,
309 [in, size_is(lObjectCount
)] IWbemClassObject
**apObjArray
);
313 [in] HRESULT hResult,
315 [in] IWbemClassObject
*pObjParam
);
318 typedef [v1_enum] enum tag_WBEM_GENERIC_FLAG_TYPE
320 WBEM_FLAG_RETURN_WBEM_COMPLETE
= 0,
321 WBEM_FLAG_BIDIRECTIONAL
= 0,
322 WBEM_FLAG_RETURN_ERROR_OBJECT
= 0,
323 WBEM_FLAG_DONT_SEND_STATUS
= 0,
324 WBEM_FLAG_SEND_ONLY_SELECTED
= 0,
325 WBEM_FLAG_RETURN_IMMEDIATELY
= 0x10,
326 WBEM_FLAG_FORWARD_ONLY
= 0x20,
327 WBEM_FLAG_NO_ERROR_OBJECT
= 0x40,
328 WBEM_FLAG_SEND_STATUS
= 0x80,
329 WBEM_FLAG_ENSURE_LOCATABLE
= 0x100,
330 WBEM_FLAG_DIRECT_READ
= 0x200,
331 WBEM_MASK_RESERVED_FLAGS
= 0x1f000,
332 WBEM_FLAG_USE_AMENDED_QUALIFIERS
= 0x20000,
333 WBEM_FLAG_STRONG_VALIDATION
= 0x100000
334 } WBEM_GENERIC_FLAG_TYPE
;
339 uuid(9556dc99
-828c
-11cf
-a37e
-00aa003240c7
),
340 pointer_default(unique)
342 interface IWbemServices
: IUnknown
344 HRESULT OpenNamespace
(
345 [in] const BSTR strNamespace
,
347 [in] IWbemContext
*pCtx
,
348 [out] IWbemServices
**ppWorkingNamespace
,
349 [out] IWbemCallResult
**ppResult
);
351 HRESULT CancelAsyncCall
(
352 [in] IWbemObjectSink
*pSink
);
354 HRESULT QueryObjectSink
(
356 [out] IWbemObjectSink
**ppResponseHandler
);
359 [in] const BSTR strObjectPath
,
361 [in] IWbemContext
*pCtx
,
362 [out] IWbemClassObject
**ppObject
,
363 [out] IWbemCallResult
**ppCallResult
);
365 HRESULT GetObjectAsync
(
366 [in] const BSTR strObjectPath
,
368 [in] IWbemContext
*pCtx
,
369 [in] IWbemObjectSink
*pResponseHandler
);
372 [in] IWbemClassObject
*pObject
,
374 [in] IWbemContext
*pCtx
,
375 [out] IWbemCallResult
**ppCallResult
);
377 HRESULT PutClassAsync
(
378 [in] IWbemClassObject
*pObject
,
380 [in] IWbemContext
*pCtx
,
381 [in] IWbemObjectSink
*pResponseHandler
);
384 [in] const BSTR strClass
,
386 [in] IWbemContext
*pCtx
,
387 [out] IWbemCallResult
**ppCallResult
);
389 HRESULT DeleteClassAsync
(
390 [in] const BSTR strClass
,
392 [in] IWbemContext
*pCtx
,
393 [in] IWbemObjectSink
*pResponseHandler
);
395 HRESULT CreateClassEnum
(
396 [in] const BSTR strSuperclass
,
398 [in] IWbemContext
*pCtx
,
399 [out] IEnumWbemClassObject
**ppEnum
);
401 HRESULT CreateClassEnumAsync
(
402 [in] const BSTR strSuperclass
,
404 [in] IWbemContext
*pCtx
,
405 [in] IWbemObjectSink
*pResponseHandler
);
408 [in] IWbemClassObject
*pInst
,
410 [in] IWbemContext
*pCtx
,
411 [out] IWbemCallResult
**ppCallResult
);
413 HRESULT PutInstanceAsync
(
414 [in] IWbemClassObject
*pInst
,
416 [in] IWbemContext
*pCtx
,
417 [in] IWbemObjectSink
*pResponseHandler
);
419 HRESULT DeleteInstance
(
420 [in] const BSTR strObjectPath
,
422 [in] IWbemContext
*pCtx
,
423 [out] IWbemCallResult
**ppCallResult
);
425 HRESULT DeleteInstanceAsync
(
426 [in] const BSTR strObjectPath
,
428 [in] IWbemContext
*pCtx
,
429 [in] IWbemObjectSink
*pResponseHandler
);
431 HRESULT CreateInstanceEnum
(
432 [in] const BSTR strFilter
,
434 [in] IWbemContext
*pCtx
,
435 [out] IEnumWbemClassObject
**ppEnum
);
437 HRESULT CreateInstanceEnumAsync
(
438 [in] const BSTR strFilter
,
440 [in] IWbemContext
*pCtx
,
441 [in] IWbemObjectSink
*pResponseHandler
);
444 [in] const BSTR strQueryLanguage
,
445 [in] const BSTR strQuery
,
447 [in] IWbemContext
*pCtx
,
448 [out] IEnumWbemClassObject
**ppEnum
);
450 HRESULT ExecQueryAsync
(
451 [in] const BSTR strQueryLanguage
,
452 [in] const BSTR strQuery
,
454 [in] IWbemContext
*pCtx
,
455 [in] IWbemObjectSink
*pResponseHandler
);
457 HRESULT ExecNotificationQuery
(
458 [in] const BSTR strQueryLanguage
,
459 [in] const BSTR strQuery
,
461 [in] IWbemContext
*pCtx
,
462 [out] IEnumWbemClassObject
**ppEnum
);
464 HRESULT ExecNotificationQueryAsync
(
465 [in] const BSTR strQueryLanguage
,
466 [in] const BSTR strQuery
,
468 [in] IWbemContext
*pCtx
,
469 [in] IWbemObjectSink
*pResponseHandler
);
472 [in] const BSTR strObjectPath
,
473 [in] const BSTR strMethodName
,
475 [in] IWbemContext
*pCtx
,
476 [in] IWbemClassObject
*pInParams
,
477 [out] IWbemClassObject
**ppOutParams
,
478 [out] IWbemCallResult
**ppCallResult
);
480 HRESULT ExecMethodAsync
(
481 [in] const BSTR strObjectPath
,
482 [in] const BSTR strMethodName
,
484 [in] IWbemContext
*pCtx
,
485 [in] IWbemClassObject
*pInParams
,
486 [in] IWbemObjectSink
*pResponseHandler
);
492 uuid(027947e1
-d731
-11ce
-a357
-000000000001)
494 interface IEnumWbemClassObject
: IUnknown
501 [out, size_is(uCount
), length_is(*puReturned
)] IWbemClassObject
**apObjects
,
502 [out] ULONG
*puReturned
);
506 [in] IWbemObjectSink
*pSink
);
509 [out] IEnumWbemClassObject
**ppEnum
);
520 uuid(dc12a681
-737f
-11cf
-884d
-00aa004b2e24
)
522 interface IWbemClassObject
: IUnknown
524 HRESULT GetQualifierSet
(
525 [out] IWbemQualifierSet
**ppQualSet
);
528 [in,string] LPCWSTR wszName
,
531 [out] CIMTYPE
*pType
,
532 [out] long *plFlavor
);
535 [in,string] LPCWSTR wszName
,
541 [in,string] LPCWSTR wszName
);
544 [in,string] LPCWSTR wszQualifierName
,
546 [in] VARIANT *pQualifierVal
,
547 [out] SAFEARRAY **pNames
);
549 HRESULT BeginEnumeration
(
550 [in] long lEnumFlags
);
556 [out] CIMTYPE
*pType
,
557 [out] long *plFlavor
);
559 HRESULT EndEnumeration
();
561 HRESULT GetPropertyQualifierSet
(
562 [in,string] LPCWSTR wszProperty
,
563 [out] IWbemQualifierSet
**ppQualSet
);
566 [out] IWbemClassObject
**ppCopy
);
568 HRESULT GetObjectText
(
570 [out] BSTR *pstrObjectText
);
572 HRESULT SpawnDerivedClass
(
574 [out] IWbemClassObject
**ppNewClass
);
576 HRESULT SpawnInstance
(
578 [out] IWbemClassObject
**ppNewInstance
);
582 [in] IWbemClassObject
*pCompareTo
);
584 HRESULT GetPropertyOrigin
(
585 [in,string] LPCWSTR wszName
,
586 [out] BSTR *pstrClassName
);
588 HRESULT InheritsFrom
(
589 [in] LPCWSTR strAncestor
);
592 [in,string] LPCWSTR wszName
,
594 [out] IWbemClassObject
**ppInSignature
,
595 [out] IWbemClassObject
**ppOutSignature
);
598 [in,string] LPCWSTR wszName
,
600 [in] IWbemClassObject
*pInSignature
,
601 [in] IWbemClassObject
*pOutSignature
);
603 HRESULT DeleteMethod
(
604 [in,string] LPCWSTR wszName
);
606 HRESULT BeginMethodEnumeration
(
607 [in] long lEnumFlags
);
611 [out] BSTR *pstrName
,
612 [out] IWbemClassObject
**ppInSignature
,
613 [out] IWbemClassObject
**ppOutSignature
);
615 HRESULT EndMethodEnumeration
();
617 HRESULT GetMethodQualifierSet
(
618 [in,string] LPCWSTR wszMethod
,
619 [out] IWbemQualifierSet
**ppQualSet
);
621 HRESULT GetMethodOrigin
(
622 [in,string] LPCWSTR wszMethodName
,
623 [out] BSTR *pstrClassName
);
630 uuid(dc12a680
-737f
-11cf
-884d
-00aa004b2e24
)
632 interface IWbemQualifierSet
: IUnknown
635 [in,string] LPCWSTR wszName
,
638 [out] long *plFlavor
);
641 [in,string] LPCWSTR wszName
,
646 [in,string] LPCWSTR wszName
);
650 [out] SAFEARRAY **pNames
);
652 HRESULT BeginEnumeration
(
657 [out] BSTR *pstrName
,
659 [out] long *plFlavor
);
661 HRESULT EndEnumeration
();