Deletes all instances of the specified URL from the Windows Internet Explorer history.
Syntax
HRESULT DeleteUrl(
LPCOLESTR pocsUrl,
DWORD dwFlags
);
Parameters
- pocsUrl
-
[in] The URL to delete.
- dwFlags
-
[in] Not implemented.
Return Value
Returns S_OK if successful, or an error value otherwise.