IContextNode::DeleteSubNode method

Removes a child IContextNode.

Syntax

HRESULT DeleteSubNode(
  [in] IContextNode *pContextNodeToDelete
);

Parameters

pContextNodeToDelete [in]

The IContextNode to remove.

Return value

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

Remarks

E_INVALIDARG is returned if the pContextNodeToDelete parameter is not a child of this IContextNode object.

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