Expand Minimize
1 out of 1 rated this helpful - Rate this topic

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 [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Deletebrowsinghistory.h

IDL

Deletebrowsinghistory.idl

DLL

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.