IHlinkBrowseContext::CloneIHlinkBrowseContext::Clone*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHlinkBrowseContext
*Next Topic: IHlinkBrowseContext::Close

IHlinkBrowseContext::Clone

HRESULT Clone(
    IUnknown* piunkOuter,    //Controlling IUnknown interface for new browse context
    REFIID riid,             //Interface ID to return on the new browse context
    IUnknown** ppiunkObj     //Indirect pointer to the clone of the browse context object
   );

Duplicates a browse context.

piunkOuter
[in, unique] Address of the controlling IUnknown interface for the new browse context. If NULL, the new browse context is not aggregated.
riid
[in] The interface to return on the new hyperlink. Typically IID_IHlink or IID_IUnknown when punkOuter is non-NULL.
ppiunkObj
[out, iid_is] Indirect pointer to the clone of the browse context object.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.