ITypeInfo.GetDllEntry(Int32, INVOKEKIND, IntPtr, IntPtr, IntPtr) Method

Definition

Retrieves a description or specification of an entry point for a function in a DLL.

C#
public void GetDllEntry(int memid, System.Runtime.InteropServices.ComTypes.INVOKEKIND invKind, IntPtr pBstrDllName, IntPtr pBstrName, IntPtr pwOrdinal);

Parameters

memid
Int32

The ID of the member function whose DLL entry description is to be returned.

invKind
INVOKEKIND

One of the INVOKEKIND values that specifies the kind of member identified by memid.

pBstrDllName
IntPtr

If not null, the function sets pBstrDllName to a BSTR that contains the name of the DLL.

pBstrName
IntPtr

If not null, the function sets lpbstrName to a BSTR that contains the name of the entry point.

pwOrdinal
IntPtr

If not null, and the function is defined by an ordinal, then lpwOrdinal is set to point to the ordinal.

Remarks

For more information, see ITypeInfo::GetDllEntry method.

Applies to

Product Versions
.NET Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 2.0, 2.1
UWP 10.0