Click to return to the Component Development home page    
IDebugDocumentHelper::Add...     IDebugDocumentHelper::Bri...     IDebugDocumentHelper Inte...    
Web Workshop  |  Component Development

IDebugDocumentHelper::Attach Method


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.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.