IInkAnalysisRecognizers::GetInkAnalysisRecognizer method

Retrieves the IInkAnalysisRecognizer at the specified index.

Syntax

HRESULT GetInkAnalysisRecognizer(
  [in]  ULONG                  ulIndex,
  [out] IInkAnalysisRecognizer **ppInkAnalysisRecognizer
);

Parameters

ulIndex [in]

The zero-based index of the IInkAnalysisRecognizer object to get.

ppInkAnalysisRecognizer [out]

A pointer to the IInkAnalysisRecognizer at the specified index.

Return value

For a description of the return values, see Classes and Interfaces - Ink Analysis.

Remarks

Caution

To avoid a memory leak, call IUnknown::Release on *ppInkAnalysisRecognizer when you no longer need to use the ink analysis recognizer.

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported
Header
IACom.h (also requires IACom_i.c)
DLL
IACom.dll

See also

InkAnalysisRecognizers

Ink Analysis Reference