|
|
|
IHlinkTarget Interface |
|
IID_IHlinkTarget |
{79EAC9C4-BAF9-11CE-8C82-00AA004BA90B} |
|
This interface is
implemented by a hyperlink target to provide hyperlink references to the
target's contents. |
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IHlinkTarget Methods |
Description |
|
SetBrowseContext |
Establishes the current browse context for the hyperlink target. |
|
GetBrowseContext |
Retrieves the browse context in which the hyperlink target is currently running. |
|
Navigate |
Navigates to and shows the specified location within the object/document, if the specified location is not visible. |
|
GetMoniker |
Returns a moniker to the hyperlink target object. |
|
GetFriendlyName |
Retrieves a display name for the given hyperlink location within the target. |
|
SetBrowseContext |
|
FUNCTION
IHlinkTarget_SetBrowseContext ( _ |
|
GetBrowseContext |
|
FUNCTION
IHlinkTarget_GetBrowseContext ( _
|
|
Navigate |
|
FUNCTION
IHlinkTarget_Navigate ( _ strJumpLocation = UCODE$(strJumpLocation) & $NUL
CALL DWORD @@pthis[5]
USING IHlinkTarget_Navigate (pthis, grfHLNF, strJumpLocation)
TO HRESULT |
|
GetMoniker |
|
FUNCTION
IHlinkTarget_GetMoniker ( _ strLocation = UCODE$(strLocation) & $NUL CALL DWORD @@pthis[6] USING IHlinkTarget_GetMoniker (pthis, strLocation, dwAssign, ppimkLocation) TO HRESULT
FUNCTION = HRESULT |
|
GetFriendlyName |
|
FUNCTION Proto_IHlinkTarget_GetFriendlyName ( _
FUNCTION
IHlinkTarget_GetFriendlyName ( _ LOCAL HRESULT AS LONG LOCAL ppwzFriendlyName AS DWORD strLocation = UCODE$(strLocation) & $NUL
CALL
DWORD @@pthis[6] USING Proto_IHlinkTarget_GetFriendlyName (pthis,
STRPTR(strLocation), ppwzFriendlyName)
TO HRESULT |
Page last updated on Monday, 03 April 2006 19:54:27 +0200