Creates an empty, default instance of the system browse context object.
HRESULT HlinkCreateBrowseContext(
IUnknown *piunkOuter,
//Controlling unknown for possible aggregation
REFIID riid, //Interface identifier to return on the new browse
// context
void **ppvObj //Receives the requested interface's pointer
);
This helper function is identical to calling
coCreateInstance(CLSID_StdHlinkBrowseContext, punkOuter,
CLSCTX_SERVER, riid, ppv).
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in hlink.h.
IHlinkBrowseContext, IHlinkFrame::GetBrowseContext, IHlinkTarget::GetBrowseContext