3 references to GetDllEntry
System.Private.Windows.Core (2)
Windows.Win32.ITypeInfo.g.cs (2)
521
/// <inheritdoc cref="
GetDllEntry
(int, winmdroot.System.Com.INVOKEKIND, winmdroot.Foundation.BSTR*, winmdroot.Foundation.BSTR*, ushort*)"/>
526
winmdroot.Foundation.HRESULT __result = this.
GetDllEntry
(memid, invKind, pBstrDllName, pBstrName, pwOrdinalLocal);
System.Windows.Forms.Primitives.Tests (1)
Interop\Oleaut32\ITypeInfoTests.cs (1)
72
HRESULT hr = typeInfo.Value->
GetDllEntry
(6, INVOKEKIND.INVOKE_FUNC, &dllName, &name, &wOrdinal);