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.
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 |