Duplicates a browse context.
Syntax
HRESULT Clone( IUnknown *piunkOuter, REFIID riid, IUnknown **ppiunkObj );
Parameters
- piunkOuter
- [in] Address of the controlling IUnknown interface for the new browse context. If this is NULL, the new browse context is not aggregated.
- riid
- [in] Interface to return on the new hyperlink. Typically IID_IHlink or IID_IUnknown when punkOuter is non-NULL.
- ppiunkObj
- [out] Address of a pointer to the clone of the browse context object.
Return Value
Returns S_OK if successful, or an error code otherwise.
Windows CE
Windows CE Use version 2.12 and later Minimum availability Internet Explorer 4.0