5 references to GetIDsOfNames
System.Private.Windows.Core (4)
_generated\163\Windows.Win32.ITypeInfo.g.cs (2)
361 /// <inheritdoc cref="GetIDsOfNames(winmdroot.Foundation.PWSTR*, uint, int*)"/> 369 winmdroot.Foundation.HRESULT __result = this.GetIDsOfNames(rgszNamesLocal, (uint )(pMemId.IsEmpty ? rgszNames.Length : 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);