IContextNode::DeleteContextLink method

Deletes an IContextLink object from the IContextNode object's link collection.

Syntax

HRESULT DeleteContextLink(
  [in] IContextLink *pContextLinkToDelete
);

Parameters

pContextLinkToDelete [in]

The IContextLink object to delete.

Return value

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

Remarks

A context link has a source node and a destination node (see IContextLink::GetSourceNode and IContextLink::GetDestinationNode). This method removes the IContextLink from both the source and destination nodes' collection of context links (see IContextNode::GetContextLinks).

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

IContextLink

IContextNode::AddContextLink

IContextNode::GetContextLinks

Ink Analysis Reference