Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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