Duplicates a browse context.
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 |
); |
Parameters
Return Values