4 references to GetFuncDesc
System.Private.Windows.Core (2)
Windows.Win32.ITypeInfo.g.cs (2)
128 /// <inheritdoc cref="GetFuncDesc(uint, winmdroot.System.Com.FUNCDESC**)"/> 133 winmdroot.Foundation.HRESULT __result = this.GetFuncDesc(index, ppFuncDescLocal);
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
613hr = typeInfo->GetFuncDesc(i, &functionDescription);
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\ITypeInfoTests.cs (1)
111typeInfo.Value->GetFuncDesc(0, &pFuncDesc);