Attaches a new application node to a parent node.
Syntax
HRESULT Attach( IDebugApplicationNode *pdanParent );
Parameters
- pdanParent
- [in] Address of an IDebugApplicationNode interface.
Return Value
Returns S_OK if successful, or an error code otherwise.