IDeleteBrowsingHistory interface
Notifies third-party extensions when browsing history is deleted by the user.
Members
The IDeleteBrowsingHistory interface inherits from the IUnknown interface but does not have additional members.
Remarks
By implementing this interface, your browser extension can be notified when the user chooses to delete browsing history (such as files, cookies, form data, and passwords) from the computer. Participating extensions are responsible for securely removing their own data.
Extensions that support this interface must also be registered with a category identifier (CATID) of CATID_DeleteBrowsingHistory
{31CAF6E4-D6AA-4090-A050A5AC8972E9EF}. For more information, see Component Categories.
Requirements
Minimum supported client |
Windows XP with SP2 |
Minimum supported server |
Windows Server 2003 |
Header |
Deletebrowsinghistory.h |
IDL |
Deletebrowsinghistory.idl |