IContextNode::MoveSubNodeToPosition method

Reorders a specified child IContextNode object to the specified index.

Syntax

HRESULT MoveSubNodeToPosition(
  [in] IContextNode *pSubnodeToMove,
  [in] ULONG        ulNewIndex
);

Parameters

pSubnodeToMove [in]

The IContextNode object to move.

ulNewIndex [in]

The index for the new position of the subnode.

Return value

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

Remarks

Returns E_INVALIDARG if pSubnodeToMove is not a child node of this IContextNode.

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::CreateSubNode

Ink Analysis Reference