Share via


EnumEntries method

Creates an enumerator for travel log entries.

Syntax

var retval = TravelLogStg.EnumEntries(flags);

Parameters

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.