GetLeftSeparator function (recapis.h)
Gets the left separator for the recognizer context.
Syntax
HRESULT GetLeftSeparator(
HRECOCONTEXT hrc,
[in, out] ULONG *pcSize,
[out] WCHAR *pwcLeftSeparator
);
Parameters
hrc
The handle to the recognizer context.
[in, out] pcSize
A pointer to the size of the left separator.
[out] pwcLeftSeparator
A pointer to the left 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 |