Compartir a través de


IInputPersonalizationWordSink::TextIsCompleted method

Called after the word breaker is done with the current chunk. This call lets the component to examine the contents of the TEXT_SOURCE that is about to be refilled.

Syntax

HRESULT TextIsCompleted(
  [in] ULONG iStart,
  [in] ULONG iEnd
);

Parameters

  • iStart [in]
    The start of the current text chunk.

  • iEnd [in]
    The end of the current text chunk.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

See also

IInputPersonalizationWordSink