6 references to GetIDsOfNames
System.Private.Windows.Core (4)
Windows.Win32.ITypeInfo.g.cs (2)
351 /// <inheritdoc cref="GetIDsOfNames(winmdroot.Foundation.PWSTR*, uint, int*)"/> 359 winmdroot.Foundation.HRESULT __result = this.GetIDsOfNames(rgszNamesLocal, (uint )pMemId.Length, pMemIdLocal);
Windows\Win32\System\Com\ITypeInfo.cs (2)
8/// <inheritdoc cref="GetIDsOfNames(PWSTR*, uint, int*)"/> 15HRESULT result = GetIDsOfNames((PWSTR*)&n, 1, &id);
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\StandardDispatch.cs (1)
97return _typeInfo->GetIDsOfNames(rgszNames, cNames, rgDispId);
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\ITypeInfoTests.cs (1)
150typeInfo.Value->GetIDsOfNames(pRgszNames, (uint)rgszNames.Length, pRgDispId);