IContextNode::GetContextLinks method
Retrieves a collection of IContextLink objects that represents relationships with other IContextNode objects.
Syntax
HRESULT GetContextLinks(
[out] IContextLinks **ppContextLinks
);
Parameters
-
ppContextLinks [out]
-
A pointer to a collection of IContextLink objects that represents relationships with other IContextNode objects.
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 *ppContextLinks when you no longer need to use the context links collection.
To get information about parent or child node relationships, use IContextNode::GetParentNode or IContextNode::GetSubNodes.
For more information about the kinds of relationships that are described by links, see IContextLink and ContextLinkDirection.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server |
None supported |
Header |
|
DLL |
|