EnumEntries method
Creates an enumerator for travel log entries.
Syntax
var retval = TravelLogStg.EnumEntries(flags);
Parameters
flags [in]
Type: TLENUMFA flag from the TLENUMF enumerated type that defines the enumerator.
ppenum [out]
Type: IEnumTravelLogEntryA pointer to an enumerator.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
EnumEntries creates an enumerator based on the flags set. The flags cause the enumerator to iterate forward from the current position, backward from the current position, or to iterate through the entire travel log.