Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the semantic type of the value of the search condition node.
Syntax
HRESULT GetValueType(
[out, retval] LPWSTR *ppszValueTypeName
);
Parameters
[out, retval] ppszValueTypeName
Type: LPWSTR*
Receives either a pointer to the semantic type of the value as a Unicode string or NULL.
Return value
Type: HRESULT
Returns S_OK if successful, E_FAIL if this is not a leaf node, or an error value otherwise.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 with SP1 [desktop apps only] |
Target Platform | Windows |
Header | structuredquerycondition.h (include Structuredquery.h) |
Redistributable | Windows Desktop Search (WDS) 3.0 |
See also
Reference