8 references to GetIDsOfNames
System.Private.Windows.Core (4)
Windows.Win32.IDispatch.g.cs (2)
92 /// <inheritdoc cref="GetIDsOfNames(global::System.Guid*, winmdroot.Foundation.PWSTR*, uint, uint, int*)"/> 102 winmdroot.Foundation.HRESULT __result = this.GetIDsOfNames(riidLocal, rgszNamesLocal, (uint )rgDispId.Length, lcid, rgDispIdLocal);
Windows\Win32\System\Com\IDispatch.cs (2)
134/// <inheritdoc cref="GetIDsOfNames(Guid*, PWSTR*, uint, uint, int*)"/> 141HRESULT result = GetIDsOfNames(IID.NULL(), (PWSTR*)&n, 1u, PInvokeCore.GetThreadLocale(), &id);
System.Windows.Forms (4)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
179hr = dispatch->GetIDsOfNames(&guid, (PWSTR*)&n, 1, PInvokeCore.GetThreadLocale(), &pDispid);
System\Windows\Forms\ComponentModel\COM2Interop\ComNativeDescriptor.cs (1)
131HRESULT hr = dispatch->GetIDsOfNames(&guid, (PWSTR*)&n, 1, PInvokeCore.GetThreadLocale(), &dispid);
System\Windows\Forms\Controls\WebBrowser\HtmlDocument.cs (1)
515hr = scriptDispatch.Value->GetIDsOfNames(IID.NULL(), (PWSTR*)&n, 1, PInvokeCore.GetThreadLocale(), &dispid);
System\Windows\Forms\Controls\WebBrowser\HtmlElement.cs (1)
585hr = scriptDispatch.Value->GetIDsOfNames(IID.NULL(), (PWSTR*)&n, 1, PInvokeCore.GetThreadLocale(), &dispid);