4 references to INVOKE_FUNC
System.Windows.Forms (1)
System\Windows\Forms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
621
if (functionDescription->invkind == INVOKEKIND.
INVOKE_FUNC
System.Windows.Forms.Primitives.Tests (3)
Interop\Oleaut32\ITypeInfoTests.cs (3)
25
HRESULT hr = typeInfo.Value->AddressOfMember(6, INVOKEKIND.
INVOKE_FUNC
, &pvObj);
72
HRESULT hr = typeInfo.Value->GetDllEntry(6, INVOKEKIND.
INVOKE_FUNC
, &dllName, &name, &wOrdinal);
116
Assert.Equal(INVOKEKIND.
INVOKE_FUNC
, pFuncDesc->invkind);