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.
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.