ITravelLog::FindTravelEntry method (shdeprecated.h)

Deprecated. Determines whether a specific travel entry is present in the travel log.

Syntax

HRESULT FindTravelEntry(
  [in]  IUnknown          *punk,
  [in]  PCIDLIST_ABSOLUTE pidl,
  [out] ITravelEntry      **ppte
);

Parameters

[in] punk

Type: IUnknown*

A pointer to an IUnknown representing the nearest browser or frame within which the travel generating the log is taking place.

[in] pidl

Type: LPCITEMIDLIST

A PIDL of the travel entry, typically obtained through GetPidl.

[out] ppte

Type: ITravelEntry**

The address of a pointer to the ITravelEntry interface representing the travel entry, if found.

Return value

Type: HRESULT

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

Requirements

Requirement Value
Target Platform Windows
Header shdeprecated.h