ITextInputPanel::CommitPendingInput method (peninputpanel.h)

[ITextInputPanel is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. Instead, use IInputPanelConfiguration.

]

Sends collected ink to the recognizer and posts the recognition result.

Syntax

HRESULT CommitPendingInput();

Return value

This method can return one of these values.

Return code Description
S_OK
Success.
E_UNEXPECTED
Unexpected parameter or property type.
E_FAIL
An unspecified error occurred.

Remarks

The recognition result is sent to the control to which the ITextInputPanel object is attached.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header peninputpanel.h
DLL Tiptsf.dll

See also

ITextInputPanel Interface

ITextInputPanelEventSink::InPlaceVisibilityChanged Method