IAnalysisAlternates::GetAnalysisAlternate method

Retrieves the IAnalysisAlternate object at the specified index within the collection.

Syntax

HRESULT GetAnalysisAlternate(
  [in]  ULONG              ulIndex,
  [out] IAnalysisAlternate **ppAlternate
);

Parameters

ulIndex [in]

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

ppAlternate [out]

A pointer to the IAnalysisAlternate object at the specified index within the collection.

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 *ppAlternate when you no longer need to use the analysis alternate.

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

IAnalysisAlternates

Ink Analysis Reference