IEnumTravelLogEntry

IID_IEnumTravelLogEntry {7EBFDD85-AD18-11D3-A4C5-00C04F72D6B8}

The IEnumTravelLogEntry methods are (as ordered in the virtual function table after the IUnknown methods):

Offset Method
0x0C Next
0x10 Skip
0x14 Reset
0x18 Clone

with prototypes:

HRESULT Next (ULONG, ITravelLogEntry **, ULONG *);
HRESULT Skip (ULONG);
HRESULT Reset (VOID);
HRESULT Clone (IEnumTravelLogEntry **);

Availability

The IEnumTravelLogEntry interface is implemented in SHDOCVW version 5.50 and higher, until Windows Vista moves the code to IEFRAME and SHELL32.