IInkAnalysisRecognizer::GetLanguages method

Retrieves the identifiers for the locales that this IInkAnalysisRecognizer supports.

Syntax

HRESULT GetLanguages(
  [in, out] ULONG *pulLanguagesCount,
  [out]     ULONG **ppulLanguages
);

Parameters

pulLanguagesCount [in, out]

The number of identifiers in ppulLanguages.

ppulLanguages [out]

A pointer to the identifiers for the locales that this IInkAnalysisRecognizer supports.

Return value

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

Remarks

Caution

To avoid a memory leak, use CoTaskMemFree to release the memory from *ppulLanguages when you no longer need the information.

This method returns an empty array for object and gesture recognizers.

For more information about language identifiers, see Language Identifier Constants and Strings.

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