IInkRecognizer::CreateRecognizerContext method (msinkaut.h)

Creates a new InkRecognizerContext object.

Syntax

HRESULT CreateRecognizerContext(
  [out, retval] IInkRecognizerContext **Context
);

Parameters

[out, retval] Context

Returns a InkRecognizerContext for the invoking IInkRecognizer.

Return value

This method can return one of these values.

Return code Description
S_OK
Success.
E_POINTER
A parameter contained an invalid pointer.
E_INK_EXCEPTION
An exception occurred inside the method.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header msinkaut.h
Library InkObj.dll

See also

IInkRecognizer Interface

InkRecognizerContext Class