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.
Gets an entry from the travel log.
Syntax
var retval = TravelLogStg.GetRelativeEntry(iOffset);
Parameters
iOffset [in]
Type: intAn integer that specifies an offset relative to the current position.
ptle [out]
Type: ITravelLogEntryA pointer to the entry at the specified offset.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
ITravelLogStg::GetRelativeEntry returns the entry specified by the offset. A positive offset returns an entry after the current entry; a negative offset returns an entry before the current entry. Zero returns the current entry.