IHlinkBrowseContext::Close

Closes the hyperlink browse context. Releases all hyperlink targets that have been registered with the browse context.

HRESULT Close(
  DWORD dwReserved  //Reserved for future use
);
 

Parameters

dwReserved
[in] Reserved for future use; must be set to zero by the caller. To ensure compatibility with future use, the callee must not check for zero.

Return Values

S_OK
The hyperlink browse context has been successfully closed.

QuickInfo

  Windows NT: Use version 5.0 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in hlink.h.

See Also

IHlinkBrowseContext::Register