IWbemClassObject::GetQualifierSet

[This is preliminary documentation and subject to change.]

The IWbemClassObject::GetQualifierSet method returns an interface pointer that allows read and write operations on the set of qualifiers for the entire class object, whether the object is an instance or a class definition. Any qualifiers added, deleted, or edited using the returned pointer apply to the entire instance or class definition.

HRESULT IWbemClassObject::GetQualifierSet(
  [out] IWbemQualifierSet **ppQualSet
);
 

Parameters

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

WBEM_E_OUT_OF_MEMORY There was not sufficient memory to complete the call.
WBEM_NO_ERROR Success.

See Also

IWbemQualifierSet, IWbemClassObject::GetPropertyQualifierSet