UCOMITypeInfo.GetDllEntry(Int32, INVOKEKIND, String, String, Int16) 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.INVOKEKIND invKind, out string pBstrDllName, out string pBstrName, out short pwOrdinal);

Parameters

memid
Int32

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

invKind
INVOKEKIND

Specifies the kind of member identified by memid.

pBstrDllName
String

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

pBstrName
String

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

pwOrdinal
Int16

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

Remarks

For additional information about ITypeInfo::GetDllEntry, see the MSDN Library.

Applies to

Product Versions
.NET Framework 1.1, 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