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_TIMEOUT_TYPE
182 WBEM_INFINITE
= 0xffffffff
185 typedef [v1_enum] enum tag_WBEM_CONDITION_FLAG_TYPE
187 WBEM_FLAG_ALWAYS
= 0,
188 WBEM_FLAG_ONLY_IF_TRUE
= 0x1,
189 WBEM_FLAG_ONLY_IF_FALSE
= 0x2,
190 WBEM_FLAG_ONLY_IF_IDENTICAL
= 0x3,
191 WBEM_MASK_PRIMARY_CONDITION
= 0x3,
192 WBEM_FLAG_KEYS_ONLY
= 0x4,
193 WBEM_FLAG_REFS_ONLY
= 0x8,
194 WBEM_FLAG_LOCAL_ONLY
= 0x10,
195 WBEM_FLAG_PROPAGATED_ONLY
= 0x20,
196 WBEM_FLAG_SYSTEM_ONLY
= 0x30,
197 WBEM_FLAG_NONSYSTEM_ONLY
= 0x40,
198 WBEM_MASK_CONDITION_ORIGIN
= 0x70,
199 WBEM_FLAG_CLASS_OVERRIDES_ONLY
= 0x100,
200 WBEM_FLAG_CLASS_LOCAL_AND_OVERRIDES
= 0x200,
201 WBEM_MASK_CLASS_CONDITION
= 0x300
202 } WBEM_CONDITION_FLAG_TYPE
;
204 typedef [v1_enum] enum tag_WBEM_FLAVOR_TYPE
206 WBEM_FLAVOR_DONT_PROPAGATE
= 0,
207 WBEM_FLAVOR_FLAG_PROPAGATE_TO_INSTANCE
= 0x1,
208 WBEM_FLAVOR_FLAG_PROPAGATE_TO_DERIVED_CLASS
= 0x2,
209 WBEM_FLAVOR_MASK_PROPAGATION
= 0xf,
210 WBEM_FLAVOR_OVERRIDABLE
= 0,
211 WBEM_FLAVOR_NOT_OVERRIDABLE
= 0x10,
212 WBEM_FLAVOR_MASK_PERMISSIONS
= 0x10,
213 WBEM_FLAVOR_ORIGIN_LOCAL
= 0,
214 WBEM_FLAVOR_ORIGIN_PROPAGATED
= 0x20,
215 WBEM_FLAVOR_ORIGIN_SYSTEM
= 0x40,
216 WBEM_FLAVOR_MASK_ORIGIN
= 0x60,
217 WBEM_FLAVOR_NOT_AMENDED
= 0,
218 WBEM_FLAVOR_AMENDED
= 0x80,
219 WBEM_FLAVOR_MASK_AMENDED
= 0x80
222 typedef [v1_enum] enum tag_WBEM_GENUS_TYPE
224 WBEM_GENUS_CLASS
= 1,
225 WBEM_GENUS_INSTANCE
= 2
228 typedef [v1_enum] enum tag_CIMTYPE_ENUMERATION
248 CIM_FLAG_ARRAY
= 0x2000
249 } CIMTYPE_ENUMERATION
;
251 typedef long CIMTYPE
;
257 uuid(dc12a687
-737f
-11cf
-884d
-00aa004b2e24
),
258 pointer_default(unique)
260 interface IWbemLocator
: IUnknown
262 HRESULT ConnectServer
(
263 [in] const BSTR strNetworkResource
,
264 [in] const BSTR strUser
,
265 [in] const BSTR strPassword
,
266 [in] const BSTR strLocale
,
267 [in] LONG lSecurityFlags
,
268 [in] const BSTR strAuthority
,
269 [in] IWbemContext
*pCtx
,
270 [out] IWbemServices
**ppNamespace
);
276 uuid(eb87e1bc
-3233-11d2
-aec9
-00c04fb68820
)
278 interface IWbemStatusCodeText
: IUnknown
280 HRESULT GetErrorCodeText
(
284 [out] BSTR *MessageText
);
286 HRESULT GetFacilityCodeText
(
290 [out] BSTR *MessageText
);
296 uuid(7c857801
-7381-11cf
-884d
-00aa004b2e24
)
298 interface IWbemObjectSink
: IUnknown
301 [in] long lObjectCount
,
302 [in, size_is(lObjectCount
)] IWbemClassObject
**apObjArray
);
306 [in] HRESULT hResult,
308 [in] IWbemClassObject
*pObjParam
);
311 typedef [v1_enum] enum tag_WBEM_GENERIC_FLAG_TYPE
313 WBEM_FLAG_RETURN_WBEM_COMPLETE
= 0,
314 WBEM_FLAG_BIDIRECTIONAL
= 0,
315 WBEM_FLAG_RETURN_ERROR_OBJECT
= 0,
316 WBEM_FLAG_DONT_SEND_STATUS
= 0,
317 WBEM_FLAG_SEND_ONLY_SELECTED
= 0,
318 WBEM_FLAG_RETURN_IMMEDIATELY
= 0x10,
319 WBEM_FLAG_FORWARD_ONLY
= 0x20,
320 WBEM_FLAG_NO_ERROR_OBJECT
= 0x40,
321 WBEM_FLAG_SEND_STATUS
= 0x80,
322 WBEM_FLAG_ENSURE_LOCATABLE
= 0x100,
323 WBEM_FLAG_DIRECT_READ
= 0x200,
324 WBEM_MASK_RESERVED_FLAGS
= 0x1f000,
325 WBEM_FLAG_USE_AMENDED_QUALIFIERS
= 0x20000,
326 WBEM_FLAG_STRONG_VALIDATION
= 0x100000
327 } WBEM_GENERIC_FLAG_TYPE
;
332 uuid(9556dc99
-828c
-11cf
-a37e
-00aa003240c7
),
333 pointer_default(unique)
335 interface IWbemServices
: IUnknown
337 HRESULT OpenNamespace
(
338 [in] const BSTR strNamespace
,
340 [in] IWbemContext
*pCtx
,
341 [out] IWbemServices
**ppWorkingNamespace
,
342 [out] IWbemCallResult
**ppResult
);
344 HRESULT CancelAsyncCall
(
345 [in] IWbemObjectSink
*pSink
);
347 HRESULT QueryObjectSink
(
349 [out] IWbemObjectSink
**ppResponseHandler
);
352 [in] const BSTR strObjectPath
,
354 [in] IWbemContext
*pCtx
,
355 [out] IWbemClassObject
**ppObject
,
356 [out] IWbemCallResult
**ppCallResult
);
358 HRESULT GetObjectAsync
(
359 [in] const BSTR strObjectPath
,
361 [in] IWbemContext
*pCtx
,
362 [in] IWbemObjectSink
*pResponseHandler
);
365 [in] IWbemClassObject
*pObject
,
367 [in] IWbemContext
*pCtx
,
368 [out] IWbemCallResult
**ppCallResult
);
370 HRESULT PutClassAsync
(
371 [in] IWbemClassObject
*pObject
,
373 [in] IWbemContext
*pCtx
,
374 [in] IWbemObjectSink
*pResponseHandler
);
377 [in] const BSTR strClass
,
379 [in] IWbemContext
*pCtx
,
380 [out] IWbemCallResult
**ppCallResult
);
382 HRESULT DeleteClassAsync
(
383 [in] const BSTR strClass
,
385 [in] IWbemContext
*pCtx
,
386 [in] IWbemObjectSink
*pResponseHandler
);
388 HRESULT CreateClassEnum
(
389 [in] const BSTR strSuperclass
,
391 [in] IWbemContext
*pCtx
,
392 [out] IEnumWbemClassObject
**ppEnum
);
394 HRESULT CreateClassEnumAsync
(
395 [in] const BSTR strSuperclass
,
397 [in] IWbemContext
*pCtx
,
398 [in] IWbemObjectSink
*pResponseHandler
);
401 [in] IWbemClassObject
*pInst
,
403 [in] IWbemContext
*pCtx
,
404 [out] IWbemCallResult
**ppCallResult
);
406 HRESULT PutInstanceAsync
(
407 [in] IWbemClassObject
*pInst
,
409 [in] IWbemContext
*pCtx
,
410 [in] IWbemObjectSink
*pResponseHandler
);
412 HRESULT DeleteInstance
(
413 [in] const BSTR strObjectPath
,
415 [in] IWbemContext
*pCtx
,
416 [out] IWbemCallResult
**ppCallResult
);
418 HRESULT DeleteInstanceAsync
(
419 [in] const BSTR strObjectPath
,
421 [in] IWbemContext
*pCtx
,
422 [in] IWbemObjectSink
*pResponseHandler
);
424 HRESULT CreateInstanceEnum
(
425 [in] const BSTR strFilter
,
427 [in] IWbemContext
*pCtx
,
428 [out] IEnumWbemClassObject
**ppEnum
);
430 HRESULT CreateInstanceEnumAsync
(
431 [in] const BSTR strFilter
,
433 [in] IWbemContext
*pCtx
,
434 [in] IWbemObjectSink
*pResponseHandler
);
437 [in] const BSTR strQueryLanguage
,
438 [in] const BSTR strQuery
,
440 [in] IWbemContext
*pCtx
,
441 [out] IEnumWbemClassObject
**ppEnum
);
443 HRESULT ExecQueryAsync
(
444 [in] const BSTR strQueryLanguage
,
445 [in] const BSTR strQuery
,
447 [in] IWbemContext
*pCtx
,
448 [in] IWbemObjectSink
*pResponseHandler
);
450 HRESULT ExecNotificationQuery
(
451 [in] const BSTR strQueryLanguage
,
452 [in] const BSTR strQuery
,
454 [in] IWbemContext
*pCtx
,
455 [out] IEnumWbemClassObject
**ppEnum
);
457 HRESULT ExecNotificationQueryAsync
(
458 [in] const BSTR strQueryLanguage
,
459 [in] const BSTR strQuery
,
461 [in] IWbemContext
*pCtx
,
462 [in] IWbemObjectSink
*pResponseHandler
);
465 [in] const BSTR strObjectPath
,
466 [in] const BSTR strMethodName
,
468 [in] IWbemContext
*pCtx
,
469 [in] IWbemClassObject
*pInParams
,
470 [out] IWbemClassObject
**ppOutParams
,
471 [out] IWbemCallResult
**ppCallResult
);
473 HRESULT ExecMethodAsync
(
474 [in] const BSTR strObjectPath
,
475 [in] const BSTR strMethodName
,
477 [in] IWbemContext
*pCtx
,
478 [in] IWbemClassObject
*pInParams
,
479 [in] IWbemObjectSink
*pResponseHandler
);
485 uuid(027947e1
-d731
-11ce
-a357
-000000000001)
487 interface IEnumWbemClassObject
: IUnknown
494 [out, size_is(uCount
), length_is(*puReturned
)] IWbemClassObject
**apObjects
,
495 [out] ULONG
*puReturned
);
499 [in] IWbemObjectSink
*pSink
);
502 [out] IEnumWbemClassObject
**ppEnum
);
513 uuid(dc12a681
-737f
-11cf
-884d
-00aa004b2e24
)
515 interface IWbemClassObject
: IUnknown
517 HRESULT GetQualifierSet
(
518 [out] IWbemQualifierSet
**ppQualSet
);
521 [in,string] LPCWSTR wszName
,
524 [out] CIMTYPE
*pType
,
525 [out] long *plFlavor
);
528 [in,string] LPCWSTR wszName
,
534 [in,string] LPCWSTR wszName
);
537 [in,string] LPCWSTR wszQualifierName
,
539 [in] VARIANT *pQualifierVal
,
540 [out] SAFEARRAY **pNames
);
542 HRESULT BeginEnumeration
(
543 [in] long lEnumFlags
);
549 [out] CIMTYPE
*pType
,
550 [out] long *plFlavor
);
552 HRESULT EndEnumeration
();
554 HRESULT GetPropertyQualifierSet
(
555 [in,string] LPCWSTR wszProperty
,
556 [out] IWbemQualifierSet
**ppQualSet
);
559 [out] IWbemClassObject
**ppCopy
);
561 HRESULT GetObjectText
(
563 [out] BSTR *pstrObjectText
);
565 HRESULT SpawnDerivedClass
(
567 [out] IWbemClassObject
**ppNewClass
);
569 HRESULT SpawnInstance
(
571 [out] IWbemClassObject
**ppNewInstance
);
575 [in] IWbemClassObject
*pCompareTo
);
577 HRESULT GetPropertyOrigin
(
578 [in,string] LPCWSTR wszName
,
579 [out] BSTR *pstrClassName
);
581 HRESULT InheritsFrom
(
582 [in] LPCWSTR strAncestor
);
585 [in,string] LPCWSTR wszName
,
587 [out] IWbemClassObject
**ppInSignature
,
588 [out] IWbemClassObject
**ppOutSignature
);
591 [in,string] LPCWSTR wszName
,
593 [in] IWbemClassObject
*pInSignature
,
594 [in] IWbemClassObject
*pOutSignature
);
596 HRESULT DeleteMethod
(
597 [in,string] LPCWSTR wszName
);
599 HRESULT BeginMethodEnumeration
(
600 [in] long lEnumFlags
);
604 [out] BSTR *pstrName
,
605 [out] IWbemClassObject
**ppInSignature
,
606 [out] IWbemClassObject
**ppOutSignature
);
608 HRESULT EndMethodEnumeration
();
610 HRESULT GetMethodQualifierSet
(
611 [in,string] LPCWSTR wszMethod
,
612 [out] IWbemQualifierSet
**ppQualSet
);
614 HRESULT GetMethodOrigin
(
615 [in,string] LPCWSTR wszMethodName
,
616 [out] BSTR *pstrClassName
);
623 uuid(dc12a680
-737f
-11cf
-884d
-00aa004b2e24
)
625 interface IWbemQualifierSet
: IUnknown
628 [in,string] LPCWSTR wszName
,
631 [out] long *plFlavor
);
634 [in,string] LPCWSTR wszName
,
639 [in,string] LPCWSTR wszName
);
643 [out] SAFEARRAY **pNames
);
645 HRESULT BeginEnumeration
(
650 [out] BSTR *pstrName
,
652 [out] long *plFlavor
);
654 HRESULT EndEnumeration
();