[PATCH v2 2/5] include: Add initial ieautomation.idl

Nikolay Sivov bunglehead at gmail.com
Wed Aug 9 01:16:16 CDT 2017


On 08.08.2017 21:04, Zebediah Figura wrote:
> +[
> +    object,
> +    uuid(acc84351-04ff-44f9-b23f-655ed168c6d5),
> +    oleautomation
> +]
> +interface IInternetExplorerManager : IUnknown
> +{
> +    HRESULT CreateObject([in] DWORD config, [in, unique] LPCWSTR url, [in] REFIID riid, [out, iid_is(riid)] void **ppv);
> +}

This is not how it's defined in SDK - oleautomation is not used there
and "url" argument has different attributes.



More information about the wine-devel mailing list