urlmon missing InternetSecurityManager

Jeroen Janssen japj at xs4all.nl
Mon Jul 19 06:21:25 CDT 2004


Hello,

It seems urlmon is missing a (stubbed) IInternetSecurityManager Interface
(see also
http://msdn.microsoft.com/workshop/security/szone/reference/ifaces/iinternetsecuritymanager/iinternetsecuritymanager.asp
).

Since I am new to this, I was wondering how I can create a stubbed
implementation. As far as I can tell I need to :
* update the urlmon.idl (add IInternetSecurityManager)
* create a stubbed implemenation in dlls/urlmon/; making sure the stubbed
interface also gets registered during 'wineprefixcreate'.

Are there any (wine) pointers on implementing a new (stubbed) COM interface?

Best regards,

Jeroen Janssen






More information about the wine-devel mailing list