IInkAnalyzer::FindNode method
Retrieves the IContextNode object for a specified globally unique identifier (GUID).
Syntax
HRESULT FindNode(
[in] const GUID *pId,
[out] IContextNode **ppContextNodeFound
);
Parameters
-
pId [in]
-
The identifier for the IContextNode object.
-
ppContextNodeFound [out]
-
A pointer to the IContextNode object with the pId identifier.
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 ppContextNodeFound when you no longer need to use the object.
If no such IContextNode object exists as a descendant of the IInkAnalyzer root node, NULL is returned.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server |
None supported |
Header |
|
DLL |
|