Partager via


EndInkInput Function

EndInkInput Function

Indicates that no more ink will be added to the context.

You cannot add strokes to the context after calling this function.

Syntax

[C++]

HRESULT WINAPI EndInkInput(
  HRECOCONTEXT hrc
);

Parameters

hrc

[in] Handle to the recognizer context.

Return Value

HRESULT value Description
S_OK Success.
E_FAIL An unspecified error occurred.
E_POINTER The recognizer context handle is invalid or null.

Remarks

The results you receive after calling this function may be different from previous results that were based on partial ink input.