DeleteUrl method

Deletes all instances of the specified URL from the Windows Internet Explorer history.

Syntax

HRESULT retVal = object.DeleteUrl(pocsUrl, dwFlags);

Parameters

  • pocsUrl [in]
    Type: LPCOLESTR

    The URL to delete.

  • dwFlags [in]
    Type: DWORD

    Not implemented.

Return value

Type: HRESULT

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