IWbemClassObject::GetMethodQualifierSet
[This is preliminary documentation and subject to change.]
The IWbemClassObject::GetMethodQuailifierSet method …
HRESULT IWbemClassObject::GetMethodQuailifierSet(
[in] BSTR Method,
[out] IWbemQualifierSet **ppQualSet
);
Parameters
-
Method
-
TBD.
-
ppQualSet
-
Receives the interface pointer that allows access to the qualifiers for the class object. The returned object has a positive reference count upon return from the call. The caller must call IWbemQualifierSet::Release when the object is no longer needed. This parameter cannot be NULL. On error, a new object is not returned and the pointer is set to point to NULL.
Return Values
Remarks
See Also