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 property name, operation, and value from a leaf search condition node.
Syntax
HRESULT GetLocale(
[out, optional] LPWSTR *ppszLocaleName
);
Parameters
[out, optional] ppszLocaleName
Type: LPWSTR*
Receives the name of the locale of the leaf condition as a Unicode string. This parameter can be 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 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Target Platform | Windows |
Header | structuredquerycondition.h |
See also
Reference