Contents Index Topic Contents | ||
Previous Topic: IHlinkTarget::Navigate Next Topic: Functions |
IHlinkTarget::SetBrowseContext
HRESULT SetBrowseContext( IHlinkBrowseContext * pihlbc //Browse context interface pointer to set for the hyperlink target );Establishes the current browse context for this hyperlink target.
- Returns S_OK if the browse context has been successfully set, or E_NOTIMPL if the hyperlink target does not understand browse contexts.
- pihlbc
- [in, unique] Address of the browse context object's interface.
See also HlinkCreateBrowseContext, IHlinkBrowseContext, IHlinkFrame::SetBrowseContext, IHlinkTarget::GetBrowseContext
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.