Contents Index Topic Contents | ||
Previous Topic: IHlinkTarget Next Topic: IHlinkTarget::GetFriendlyName |
IHlinkTarget::GetBrowseContext
HRESULT GetBrowseContext( IHlinkBrowseContext * ppihlbc //Buffer to receive the current browse context's interface pointer );Retrieves the browse context in which this hyperlink target is currently running.
- Returns S_OK if the browse context has been successfully retrieved, or E_NOTIMPL if the hyperlink target does not understand browse contexts.
- ppihlbc
- [out] Address of the location to return the browse context object's interface pointer.
See also HlinkCreateBrowseContext, IHlinkBrowseContext, IHlinkFrame::GetBrowseContext, IHlinkTarget::SetBrowseContext
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.