IDeleteBrowsingHistory Interface
Notifies third-party extensions when browsing history is deleted by the user.
IDeleteBrowsingHistory Members
DeleteBrowsingHistory Indicates what type of browsing history to delete.
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.
Interface Information
Stock Implementation None Custom Implementation Yes Inherits from IUnknown Header and IDL files deletebrowsinghistory.h, deletebrowsinghistory.idl Minimum availability Internet Explorer 8 Minimum operating systems Windows XP SP2
CATID missing a dash
The specified CATID is {31CAF6E4-D6AA-4090-A050A5AC8972E9EF} and should instead be {31CAF6E4-D6AA-4090-A050-A5AC8972E9EF}.
$0$0
$0
$0If you are manually registering your component via .rgs file, use the 4-dash version.$0
$0$0
$0
$0Regards$0
- 3/12/2010
- slightlyoff