ITravelLogEx :: CreateEnumEntry

Declaration

HRESULT
ITravelLogEx :: CreateEnumEntry (
    IUnknown *punk,
    IEnumTravelLogEntry **ppenum,
    DWORD flags);

Parameters

The punk argument provides the travel log client’s callback interfaces.

The ppenum argument provides the address of a variable that is to receive a pointer to the enumerator.

The dwFlags argument is a set of bit flags to specify behaviour for the enumerator:

TLEF_RELATIVE_INCLUDE_CURRENT (0x01) include the current entry when enumerating
TLEF_RELATIVE_BACK (0x10) include backward entries when enumerating
TLEF_RELATIVE_FORE (0x20) include forward entries when enumerating

Return Value

The function returns zero for success, else an error code.