ITravelLog::Travel method (shdeprecated.h)
Deprecated. Navigates to a travel entry in the travel log relative to the position of the current entry.
Syntax
HRESULT Travel(
[in] IUnknown *punk,
[in] int iOffset
);
Parameters
[in] punk
Type: IUnknown*
A pointer to an IUnknown that represents the nearest browser or frame within which the travel generating the log is taking place.
[in] iOffset
Type: int
The number of travel entries forward (a positive value) or backward (a negative value) to move in the travel log.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
Calling ITravelLog::Travel has the same result as calling Invoke.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | shdeprecated.h |