IInputPersonalizationDataSink::GetMaxWordBreakerTokenSize method

Retrieves the maximum token size for the word sinks that will be used by the word breakers to sink words in this component. The content provider guarantees that no words with larger than the returned size (in chars) will be pushed to the word sinks.

Syntax

HRESULT GetMaxWordBreakerTokenSize(
  [out] DWORD *pdwMaxWordBreakerTokenSize
);

Parameters

  • pdwMaxWordBreakerTokenSize [out]
    The maximum token size (in chars) to be returned to the word sinks.

Return value

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

See also

IInputPersonalizationDataSink