|
|
|
IUrlHistoryStg2 Interface |
|
IID_IUrlHistoryStg2 |
{AFA0DC11-C313-11D0-831A-00C04FD5AE38} |
|
This interface provides additional features for managing the user's history.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IUrlHistoryStg Methods |
Description |
|
AddUrl |
Places the specified URL into the history. If the URL does not exist in the history, an entry is created in the history. If the URL does exist in the history, it is overwritten. |
|
DeleteUrl |
Deletes all instances of the specified URL from the history. |
|
QueryUrl |
Queries the history and reports whether the URL passed as the pocsUrl parameter has been visited by the current user. |
|
BindToObject |
Not currently implemented. |
|
EnumUrls |
Returns an interface to an enumerator of the history's visited links. |
|
IUrlHistoryStg2 Methods |
Description |
|
AddUrlAndNotify |
Provides an advanced method of adding a URL to the history. |
|
ClearHistory |
Clears history on a per-user basis. |
|
AddUrl |
|
FUNCTION
IUrlHistoryStg2_AddUrl ( _
strUrl = UCODE$(strUrl)
& $NUL |
|
DeleteUrl |
|
FUNCTION
IUrlHistoryStg2_DeleteUrl ( _
strUrl = UCODE$(strUrl)
& $NUL |
|
QueryUrl |
|
FUNCTION
IUrlHistoryStg2_QueryUrl ( _
strUrl = UCODE$(strUrl)
& $NUL |
|
BindToObject |
|
FUNCTION
IUrlHistoryStg2_BindToObject ( _
strUrl = UCODE$(strUrl)
& $NUL |
|
EnumUrls |
|
FUNCTION
IUrlHistoryStg2_EnumUrls ( _ CALL DWORD @@pthis[7]
USING IUrlHistoryStg2_EnumUrls (pthis, ppEnum)
TO HRESULT |
|
AddUrlAndNotify |
|
FUNCTION
IUrlHistoryStg2_AddUrlAndNotify ( _
strUrl = UCODE$(strUrl)
& $NUL
|
|
ClearHistory |
|
FUNCTION
IUrlHistoryStg2_ClearHistory ( _
CALL DWORD @@pthis[9]
USING IUrlHistoryStg2_ClearHistory (pthis) TO
HRESULT |
Page last updated on Monday, 03 April 2006 20:06:18 +0200