|
|
|
IUrlHistoryStg Interface |
|
IID_IUrlHistoryStg |
{3C374A41-BAE4-11CF-BF7D-00AA006946EE} |
|
This interface manages Microsoft Internet Explorer history for the current user.
|
|
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. |
|
AddUrl |
|
FUNCTION
IUrlHistoryStg_AddUrl ( _
strUrl = UCODE$(strUrl)
& $NUL |
|
DeleteUrl |
|
FUNCTION
IUrlHistoryStg_DeleteUrl ( _
strUrl = UCODE$(strUrl)
& $NUL |
|
QueryUrl |
|
FUNCTION
IUrlHistoryStg_QueryUrl ( _
strUrl = UCODE$(strUrl)
& $NUL |
|
BindToObject |
|
FUNCTION
IUrlHistoryStg_BindToObject ( _
strUrl = UCODE$(strUrl)
& $NUL |
|
EnumUrls |
|
FUNCTION
IUrlHistoryStg_EnumUrls ( _ CALL DWORD @@pthis[7]
USING IUrlHistoryStg_EnumUrls (pthis, ppEnum)
TO HRESULT |
Page last updated on Monday, 03 April 2006 20:06:09 +0200