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.
4/8/2010
Gets the result text for the IInkRecognitionResult::TopAlternate property of IInkRecognitionResult.
Syntax
[propget] HRESULT get_TopString([out,retval]BSTR *TopString);
Parameters
TopString
The result text for the TopAlternate property.This property is read–only.
For more information about the BSTR data type, see Using the Automation Library with Windows Mobile Ink.
Return Value
| HRESULT value | Description |
|---|---|
S_OK |
Success. |
TPC_S_TRUNCATED |
The string is truncated to fit in the buffer. |
E_POINTER |
The TopString parameter is an invalid pointer. |
E_INK_EXCEPTION |
An exception occurred while processing. |
E_OUTOFMEMORY |
Cannot allocate memory to complete the operation. |
Remarks
Note
The result text for the TopString property changes if a call to the IInkRecognitionResult::ModifyTopAlternate method causes a change to the TopAlternate property.
Requirements
| Header | msinkaut.h |
| Windows Embedded CE | Windows CE 5.0 and later |
| Windows Mobile | Windows Mobile 6 Classic and later, Windows Mobile 6 Professional and later |