ITfHandwriting::SetHandwritingState method (shellhandwriting.h)

Sets the current handwriting state for the Text Services Framework (TSF) thread manager.

Syntax

HRESULT SetHandwritingState(
  [in] TfHandwritingState handwritingState
);

Parameters

[in] handwritingState

The system handwriting support. The default is TF_HANDWRITING_AUTO.

Return value

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

Remarks

This method can be called at any time, however the new state is applied only to the next input that requires handwriting target proximity determination.

Requirements

Requirement Value
Header shellhandwriting.h

See also

TfHandwritingState enumeration