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

Zebediah Figura z.figura12 at gmail.com
Wed Aug 9 11:03:09 CDT 2017


On 08/09/2017 01:16 AM, Nikolay Sivov wrote:
> 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.
> 
> 

Correct my misconception, but I thought consulting the SDK for public 
headers wasn't allowed?



More information about the wine-devel mailing list