|
|
|
IHlinkFrame Interface |
|
IID_IHlinkFrame |
{79EAC9C5-BAF9-11CE-8C82-00AA004BA90B} |
|
This interface provides methods that allow a browser to insert a hyperlink frame in the navigation process. By using the IHlinkFrame methods, you can provide a seamless interface for users when they navigate from one document, object, or application to another.
The IHlinkFrame
methods usually are not called directly. Instead they are referenced by the
IHlink::Navigate methods when a hyperlink frame is detected. |
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IHlinkFrame Methods |
Description |
|
SetBrowserContext |
Sets the browse context of the hyperlink frame. |
|
GetBrowserContext |
Retrieves the browse context of the hyperlink frame. |
|
Navigate |
Navigates to the target hyperlink. |
|
OnNavigate |
Notifies the hyperlink frame about a hyperlink navigation. |
|
UpdateHlink |
Updates the hyperlink frame. |
|
SetBrowseContext |
|
FUNCTION
IHlinkFrame_SetBrowseContext ( _ |
|
GetBrowseContext |
|
FUNCTION
IHlinkFrame_GetBrowseContext ( _
|
|
Navigate |
|
FUNCTION
IHlinkFrame_Navigate ( _
pwzLocation =
UCODE$(pwzLocation) |
|
OnNavigate |
|
FUNCTION
IHlinkFrame_OnNavigate ( _
strLocation = UCODE$(strLocation) &
$NUL |
|
UpdateHlink |
|
FUNCTION
IHlinkFrame_UpdateHlink ( _ |
Page last updated on Monday, 03 April 2006 19:54:04 +0200