|
|
|
IHlinkBrowseContext Interface |
|
IID_IHlinkBrowseContext |
{79EAC9C7-BAF9-11CE-8C82-00AA004BA90B} |
|
This interface
enables a Component Object Model (COM) object to define and manage the
browse context for an Microsoft ActiveX hyperlink application. |
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IHlinkBrowseContext Methods |
Description |
|
Register |
Registers an object with the browse context. |
|
GetObject |
Retrieves an object that was registered in the browse context under the given name. |
|
Revoke |
Revokes an object registered with this browse context. |
|
SetBrowseWindowInfo |
Establishes the HLBWINFO structure for this browse context. |
|
GetBrowseWindowInfo |
Retrieves the browse window information structure associated with this browse context. |
|
SetInitialHlink |
Not currently supported. |
|
OnNavigateHlink |
Notifies a browse context that a hyperlink has been clicked. |
|
UpdateHlink |
Not currently supported. |
|
EnumNavigationStack |
Retrieves an enumerator used to enumerate the contents of the navigation stack. |
|
QueryHlink |
Tests the validity of a hyperlink identifier (ID) value. |
|
GetHlink |
Retrieves a hyperlink from the browse context. |
|
SetCurrentHlink |
Sets the current hyperlink in this browse context's navigation stack. |
|
Clone |
Duplicates a browse context. |
|
Close |
Closes the hyperlink browse context. |
|
Register |
|
FUNCTION
IHlinkBrowseContext_Register ( _ |
|
GetObject |
|
FUNCTION
IHlinkBrowseContext_GetObject ( _
|
|
Revoke |
|
FUNCTION
IHlinkBrowseContext_Revoke ( _
CALL DWORD @@pthis[5]
USING IHlinkBrowseContext_Revoke (pthis, dwRegister)
TO HRESULT |
|
SetBrowseWindowInfo |
|
FUNCTION
IHlinkBrowseContext_SetBrowseWindowInfo ( _
CALL DWORD @@pthis[6]
USING IHlinkBrowseContext_SetBrowseWindowInfo (pthis, phlbwi)
TO HRESULT |
|
GetBrowseWindowInfo |
|
FUNCTION
IHlinkBrowseContext_GetBrowseWindowInfo ( _ |
|
SetInitialHlink |
|
FUNCTION
IHlinkBrowseContext_SetInitialHlink ( _
strLocation = UCODE$(strLocation) &
$NUL |
|
OnNavigateHlink |
|
FUNCTION Proto_IHlinkBrowseContext_OnNavigateHlink ( _
FUNCTION
IHlinkBrowseContext_OnNavigateHlink ( _
LOCAL
bstrlen AS LONG |
|
UpdateHlink |
|
FUNCTION
IHlinkBrowseContext_UpdateHlink ( _ |
|
EnumNavigationStack |
|
FUNCTION
IHlinkBrowseContext_EnumNavigationStack ( _ |
|
QueryHlink |
|
FUNCTION
IHlinkBrowseContext_QueryHlink ( _ |
|
GetHlink |
|
FUNCTION
IHlinkBrowseContext_GetHlink ( _ |
|
SetCurrentHlink |
|
FUNCTION
IHlinkBrowseContext_SetCurrentHlink ( _ |
|
Clone |
|
FUNCTION
IHlinkBrowseContext_Clone ( _ |
|
Close |
|
FUNCTION
IHlinkBrowseContext_Close ( _ |
Page last updated on Monday, 03 April 2006 19:53:30 +0200