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.
See Also