[This is preliminary documentation and subject to change.]
The DIWbemQualifierSet.Get method gets the specified named qualifier, if found.
DIWbemQualifierSet.Get(
[in] Name,
[in] lFlags As Long,
[out, OPTIONAL] pVal As VARIANT,
[out, OPTIONAL] plFlavor As Long
) As Long
If an error code returns, the VARIANT in pVal is left unmodified.
If this parameter is NULL, ignore the parameter.
WBEM_E_INVALID_PARAMETER | One or more parameters were not found, were invalid, or the namespace could not be parsed. |
WBEM_E_NOT_FOUND | The specified qualifier did not exist. |
WBEM_NO_ERROR | Success. |