EnumEntries method

Creates an enumerator for travel log entries.

Syntax


var retval = TravelLogStg.EnumEntries(flags);

Parameters

flags [in]

Type: TLENUMF

A flag from the TLENUMF enumerated type that defines the enumerator.

ppenum [out]

Type: IEnumTravelLogEntry

A 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.

 

 

Show: