IContextNode::Reparent method

Moves this IContextNode object from its parent context node's collection of subnodes to the specified context node's collection of subnodes.

Syntax

HRESULT Reparent(
  [in] IContextNode *pNewParent
);

Parameters

pNewParent [in]

The new parent node for this IContextNode object.

Return value

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

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

IContextNode

IContextNode::GetParentNode

IContextNode::GetSubNodes

Ink Analysis Reference