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.