GetRightSeparator function (recapis.h)
Gets the right separator for the recognizer context.
Syntax
HRESULT GetRightSeparator(
HRECOCONTEXT hrc,
[in, out] ULONG *pcSize,
[out, optional] WCHAR *pwcRightSeparator
);
Parameters
hrc
The handle to the recognizer context.
[in, out] pcSize
A pointer to the size of the right separator.
[out, optional] pwcRightSeparator
A pointer to the right separator.
Return value
If this function succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps | UWP apps] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | recapis.h |
DLL | inkobjcore.dll |