Attaches a document to the document tree.
Syntax
HRESULT Attach(
IDebugDocumentHelper *pddhParent
);
Parameters
- pddhParent
- [in] Address of an IDebugDocumentHelper interface that is the parent of the document to be attached. If pddhParent is NULL, the document will be the top-level document.
Return Value
Returns S_OK if successful, or an error code otherwise.