IPrivacyServices

The IPrivacyServices interface is implemented by MSHTML for the CDoc class. The IID is

IPrivacyServices {3050F84B-98B5-11CF-BB82-00AA00BDCE0B}

Microsoft’s only documentation of this interfaces seems to be that the header file MSHTMDID.H defines a DISPID symbol for the interface’s one method (beyond those of IUnknown), as if to anticipate that the method will be exposed to scripting, but defines no numerical value. Note that the interface is anyway not scriptable since it is not based on IDispatch.

Methods

The methods are:

Offset Name
0x0C AddPrivacyInfoToList 

Prototypes

The following is known from the MSHTML symbol file:

HRESULT AddPrivacyInfoToList (PWSTR, PWSTR, PWSTR, LONG, ULONG);