Share via


IMediaCenterInputField::ProcessCandidateSelection Method

Notifies the IME module that the user has selected a candidate from the candidate list, or that the candidate list was dismissed without the user making a selection.

Note   This method has been deprecated.

Syntax

  HRESULT ProcessCandidateSelection(
  INT  iSelection
);

Parameters

iSelection

[in] Integer indicating the candidate that the user selected. This parameter is -1 if the candidate list was dismissed without the user making a selection.

Return Value

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Requirements

Header: ehinputmodule.idl

Platform: Windows XP Media Center Edition 2004 through Windows Vista

See Also