IInkAnalyzer::CreateContextNodes method

Creates an IContextNodes object.

Syntax

HRESULT CreateContextNodes(
  [out] IContextNodes **ppContextNodes
);

Parameters

ppContextNodes [out]

A pointer to the IContextNodes object.

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 ppContextNodes when you no longer need to use the object.

Use this method to create an empty IContextNodes collection that is associated with the IInkAnalyzer. The new IContextNodes collection is not part of the IInkAnalyzer object's context tree.

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

IInkAnalyzer

IContextNodes

Ink Analysis Reference