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.
Represents a travel log storage object. Obtain the object by calling QueryService on the top-level browser using SID_STravelLogCursor. SID_STravelLogCursor is defined in tlogstg.h.
Members
The TravelLogStg object inherits from the IUnknown interface. TravelLogStg also has these types of members:
- Methods
Methods
The TravelLogStg object has these methods.
| Method | Description |
|---|---|
| CreateEntry | Inserts a new entry in the travel log. |
| EnumEntries | Creates an enumerator for travel log entries. |
| FindEntries | |
| GetCount | Specifies the number of entries in the travel log. |
| GetRelativeEntry | Gets an entry from the travel log. |
| RemoveEntry | Deletes an entry from the travel log. |
| TravelTo | Navigates to an entry. |