Geoff Chappell - Software Analyst
HRESULT ITravelLogEx :: FindTravelEntryWithUrl ( IUnknown *punk, UINT uiCP, PWSTR lpszUrl, ITravelEntry **ppte);
The punk argument provides the travel log client’s callback interfaces.
The uiCP argument is the code page for the URL that is given by the lpszUrl argument.
The ppte argument provides the address of a variable that is to receive a pointer to (the ITravelEntry interface of) whatever travel entry is found.
The function returns zero for success, else an error code.