ICondition::GetValueType Method

Retrieves the semantic type of the value of the search condition node.

Syntax

HRESULT GetValueType(      
    LPWSTR *ppszValueTypeName
);

Parameters

  • ppszValueTypeName
    [out, retval]  Receives either a pointer to the semantic type of the value as a Unicode string or NULL.

Return Value

Returns S_OK if successful, E_FAIL if this is not a leaf node, or an error value otherwise.

See Also

ICondition, CONDITION_TYPE, CONDITION_OPERATION, ICondition2