DWbemClassObject.GetQualifierSet

[This is preliminary documentation and subject to change.]

The DWbemClassObject.GetQualifierSet method receives an interface 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.

DWbemClassObject.GetQualifierSet(
  [out]  ppQualSet  As Object
) As Long
 

Parameters

ppQualSet
Object of type DIWbemQualifierSet. On error, a new object is not returned.

Return Values

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

See Also

DIWbemQualifierSet, DWbemClassObject.GetPropertyQualifierSet