IContextLinks::GetContextLink method

Retrieves the IContextLink at the specified index.

Syntax

HRESULT GetContextLink(
  [in]  ULONG        ulIndex,
  [out] IContextLink **ppContextLink
);

Parameters

ulIndex [in]

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

ppContextLink [out]

A pointer to the IContextLink object 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 *ppContextLink when you no longer need to use the context link.

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

IContextLinks

IContextNode

Ink Analysis Reference