5 references to GetIDsOfNames
System.Private.Windows.Core (4)
_generated\163\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*)"/>
15
HRESULT result =
GetIDsOfNames
((PWSTR*)&n, 1, &id);
System.Windows.Forms.Primitives (1)
Windows\Win32\System\Com\StandardDispatch.cs (1)
97
return _typeInfo->
GetIDsOfNames
(rgszNames, cNames, rgDispId);