4 references to GetIDsOfNames
Microsoft.Private.Windows.Core (4)
Windows.Win32.ITypeInfo.g.cs (2)
211
/// <inheritdoc cref="
GetIDsOfNames
(winmdroot.Foundation.PWSTR*, uint, int*)"/>
219
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);