TravelTo method

Navigates to an entry.

Syntax

var retval = TravelLogStg.TravelTo(ptle);

Parameters

  • ptle [in]
    Type: ITravelLogEntry

    A pointer to the entry in the travel log to navigate to.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

ITravelLogStg::TravelTo navigates to an entry and changes the current position in the travel log to that entry. The queue is not truncated, because there might be entries after the entry to which the method navigated.