1 implementation of GetInfoOfIndex
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComponentModel\Com2Interop\ComNativeDescriptorTests.cs (1)
258HRESULT IProvideMultipleClassInfo.Interface.GetInfoOfIndex(
3 references to GetInfoOfIndex
System.Windows.Forms.Primitives (3)
Windows.Win32.IProvideMultipleClassInfo.g.cs (1)
186 return __object.GetInfoOfIndex(iti, dwFlags, pptiCoClass, pdwTIFlags, pcdispidReserved, piidPrimary, piidSource);
Windows.Win32.System_Ole_IProvideMultipleClassInfo_Extensions.g.cs (2)
43 /// <inheritdoc cref="winmdroot.System.Ole.IProvideMultipleClassInfo.Interface.GetInfoOfIndex(uint, winmdroot.System.Ole.MULTICLASSINFO_FLAGS, winmdroot.System.Com.ITypeInfo**, uint*, uint*, global::System.Guid*, global::System.Guid*)"/> 54 winmdroot.Foundation.HRESULT __result = @this.GetInfoOfIndex(iti, dwFlags, pptiCoClass, pdwTIFlagsLocal, pcdispidReservedLocal, piidPrimaryLocal, piidSourceLocal);