ITravelLogEx :: DeleteUrlEntry

Declaration

HRESULT
ITravelLogEx :: DeleteUrlEntry (
    IUnknown *punk,
    UINT uiCP,
    PWSTR lpszUrl);

Parameters

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.

Return Value

The function returns zero for success, else an error code.