ITravelLogClient interface

Exposes methods to add, remove, and update ITravelLogEntry objects, and save entries from a stream, a URL and title.

Members

The ITravelLogClient interface inherits from the IUnknown interface. ITravelLogClient also has these types of members:

  • Methods

Methods

The ITravelLogClient interface has these methods.

Method Description
FindWindowByIndex

Finds the window with the specified index ID.

GetWindowData

Gets the travel entry that contains the specified URL.

LoadHistoryPosition

Scrolls document to the local anchor position.

 

Remarks

Callers can also specify a window ID when they add entries, or indicate that the current document object server (such as the WebBrowser control) should be queried for history navigations, based on the window ID.

Requirements

Minimum supported client

Windows XP with SP2

Minimum supported server

Windows Server 2003

Header

Tlogstg.h

IDL

Tlogstg.idl

DLL

Shdocvw.dll

See also

ITravelLogStg::CreateEntry