ITipAutocompleteClient::UserSelection method

Notifies the Input Panel that the user has selected something in the auto complete list and to discard all remaining text that has not yet been inserted.

Syntax

HRESULT UserSelection();

Parameters

This method has no parameters.

Return value

This method can return one of these values.

Return code Description
S_OK
Success.
E_FAIL
An unspecified error occurred.

Remarks

This method is called from the provider to notify the client that a selection has been made by the user.

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported
Header
TipAutoComplete.h (also requires Peninputpanel_i.c)
DLL
Tiptsf.dll

See also

ITipAutocompleteClient Interface

Text Input Panel Reference