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.
- Returns S_OK if the browse context has been duplicated.
- 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.