GetURL method
Gets the URL of a travel log entry.
Syntax
var retval = TravelLogEntry.GetURL();
Parameters
- ppszURL [out]
-
Type: LPWSTR
A pointer to a string that contains the URL of a travel log entry.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Show: