Share via


GetString function

Important

This function is obsolete and need not be implemented by custom application recognizers.

Retrieves the recognized character string.

Syntax

c++
HRESULT GetString(HRECOALT hrcalt, RECO_RANGE *pRecoRange, __inout ULONG* pcSize, __out_ecount_opt(*pcSize) WCHAR* szString);

Parameters

*hrcalt* [In]
Obsolete.
*recoRange* [Out]
Obsolete.
*size* [In, Out]
Obsolete.
*recoString* [In, Out]
Obsolete.

Return value

The implementation must return S_OK.

Return code Description
S_OK Success.

Requirements

Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Header Recapis.h
DLL inkobjcore.dll mshwgst.dll