ICondition::GetValueType Method
Returns the semantic type of the value.
Syntax
HRESULT GetValueType( LPWSTR *ppszValueTypeName );
Parameters
- ppszValueTypeName
[out, retval] Returns 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.