Share via


GetCount method

Specifies the number of entries in the travel log.

Syntax

var retval = TravelLogStg.GetCount(flags);

Parameters

  • flags [in]
    Type: TLENUMF

    One or more flags from the TLENUMF enumerated type that define the entries to count.

  • pcEntries [out]
    Type: DWORD

    A pointer to a DWORD that receives the number of flag-restricted entries.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

The entries to be counted are determined by the flags set.