Platform SDK: Windows Management Instrumentation |
The IWbemClassObject::GetPropertyQualifierSet method gets the qualifier set for a particular property in the class object. You can use this method with properties that are a member of an instance or a class definition.
HRESULT IWbemClassObject::GetPropertyQualifierSet( LPCWSTR wszProperty, IWbemQualifierSet **ppQualSet );
This method returns an HRESULT object that indicates the status of the method call.
Value | Meaning |
---|---|
WBEM_E_FAILED | There has been a general failure. |
WBEM_E_NOT_FOUND | The specified property does not exist. |
WBEM_E_OUT_OF_MEMORY | There was not enough memory to complete the operation. |
WBEM_E_SYSTEM_PROPERTY | There was an attempt to get qualifiers on a system property. |
WBEM_S_NO_ERROR | The call succeeded. |
WBEM_E_INVALID_PARAMETER | An invalid parameter was specified. |
Windows NT/2000: Requires Windows NT 4.0 SP4 or later.
Windows 95/98: Requires Windows 95 or later (with DCOM).
Header: Declared in Wbemcli.h; include Wbemidl.h.
Library: Use Wbemuuid.lib.