Retrieves the application node under which all nodes associated with the application are added.
Syntax
HRESULT GetRootNode( IDebugApplicationNode **ppdanRoot );
Parameters
- ppdanRoot
- [out] Address of a pointer to the IDebugApplicationNode interface that specifies the root node of the application.
Return Value
Returns S_OK if successful, or an error code otherwise.