9 Aug
2017
9 Aug
'17
11:03 a.m.
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?