Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the number of entries in the travel log.
Syntax
var retval = TravelLogStg.GetCount(flags);
Parameters
flags [in]
Type: TLENUMFOne or more flags from the TLENUMF enumerated type that define the entries to count.
pcEntries [out]
Type: DWORDA 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.