Contents Index Topic Contents | ||
Previous Topic: IHlinkBrowseContext::Clone Next Topic: IHlinkBrowseContext::EnumNavigationStack |
IHlinkBrowseContext::Close
HRESULT Close( DWORD dwReserved //Reserved for future use );Closes the hyperlink browse context. Releases all hyperlink targets that have been registered with the browse context.
- Returns S_OK if the hyperlink browse context has been successfully closed.
- 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.
See also IHlinkBrowseContext::Register
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.