IWbemClassObject::GetMethodQualifierSet method (wbemcli.h)
The IWbemClassObject::GetMethodQualifierSet is used to retrieve the qualifier set for a particular method.
This call is supported only if the current object is a CIM class definition. Method manipulation is not available from IWbemClassObject pointers, which point to CIM instances.
Syntax
HRESULT GetMethodQualifierSet(
[in] LPCWSTR wszMethod,
[out] IWbemQualifierSet **ppQualSet
);
Parameters
[in] wszMethod
Must point to a valid LPCWSTR containing the method name.
[out] ppQualSet
Receives the interface pointer that allows access to the qualifiers for the method. 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 value
This method returns an HRESULT indicating the status of the method call. The following list lists the value contained within an HRESULT. For general HRESULT values, see System Error Codes.
Remarks
Because each method may have its own qualifiers, use this call to retrieve the IWbemQualifierSet pointer, which allows the caller to add, edit, or delete such qualifiers.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | wbemcli.h (include Wbemidl.h) |
Library | WbemUuid.lib |
DLL | CIMWin32.dll; Esscli.dll; Fastprox.dll; FrameDyn.dll; FrameDynOS.dll; Krnlprov.dll; Ncprov.dll; Wbemcore.dll; Wbemess.dll; Wmipiprt.dll |