IInkAnalysisRecognizer::GetName method

Retrieves the name of the recognizer.

Syntax

HRESULT GetName(
  [out] BSTR *pbstrName
);

Parameters

pbstrName [out]

The name of the recognizer.

Return value

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

Remarks

Caution

To avoid a memory leak, call SysFreeString on *pbstrName when you no longer need to use the string.

The name is localized for the region-neutral language that the recognizer supports.

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

IInkAnalysisRecognizer

Ink Analysis Reference