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 //Address of output variable that receives
//the interface pointer requested in riid
);
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in hlink.h.