Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 |
| Library | inkobjcore.lib |
| DLL | inkobjcore.dll |