UCOMITypeInfo.GetDllEntry(Int32, INVOKEKIND, String, String, Int16) 方法

定义

检索 DLL 中函数的入口点的说明或规范。

public:
 void GetDllEntry(int memid, System::Runtime::InteropServices::INVOKEKIND invKind, [Runtime::InteropServices::Out] System::String ^ % pBstrDllName, [Runtime::InteropServices::Out] System::String ^ % pBstrName, [Runtime::InteropServices::Out] short % pwOrdinal);
public void GetDllEntry (int memid, System.Runtime.InteropServices.INVOKEKIND invKind, out string pBstrDllName, out string pBstrName, out short pwOrdinal);
abstract member GetDllEntry : int * System.Runtime.InteropServices.INVOKEKIND * string * string * int16 -> unit
Public Sub GetDllEntry (memid As Integer, invKind As INVOKEKIND, ByRef pBstrDllName As String, ByRef pBstrName As String, ByRef pwOrdinal As Short)

参数

memid
Int32

成员函数的 ID,要返回该成员函数的 DLL 入口说明。

invKind
INVOKEKIND

指定由 memid 标识的成员类型。

pBstrDllName
String

如果不为 null,则此函数将 pBstrDllName 设置为包含 DLL 名称的 BSTR

pBstrName
String

如果不是 null,则函数将 设置为lpbstrNameBSTR包含入口点名称的 。

pwOrdinal
Int16

如果不是 null,并且函数由序号定义,则 lpwOrdinal 设置为指向序号。

注解

有关 的其他 ITypeInfo::GetDllEntry信息,请参阅 MSDN 库。

适用于