3 references to GetNames
System.Private.Windows.Core (3)
Windows.Win32.ITypeInfo.g.cs (1)
236 return __object.GetNames(memid, rgBstrNames, cMaxNames, pcNames);
Windows.Win32.System_Com_ITypeInfo_Extensions.g.cs (2)
53 /// <inheritdoc cref="winmdroot.System.Com.ITypeInfo.Interface.GetNames(int, winmdroot.Foundation.BSTR*, uint, uint*)"/> 58 winmdroot.Foundation.HRESULT __result = @this.GetNames(memid, rgBstrNames, cMaxNames, pcNamesLocal);