Called when an application node is attached to its parent node.
Syntax
HRESULT onAttach(
IDebugApplicationNode *prddpParent
);
Parameters
- prddpParent
- [in] Address of an IDebugApplicationNode interface.
Return Value
Returns S_OK if successful, or an error code otherwise.