4 references to GetIDsOfNames
Microsoft.Private.Windows.Core (4)
_generated\162\Windows.Win32.ITypeInfo.g.cs (2)
220
/// <inheritdoc cref="
GetIDsOfNames
(winmdroot.Foundation.PWSTR*, uint, int*)"/>
228
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*)"/>
15
HRESULT result =
GetIDsOfNames
((PWSTR*)&n, 1, &id);