UCOMITypeInfo.GetFuncDesc(Int32, IntPtr) 方法

定义

FUNCDESC检索包含有关指定函数的信息的结构。

public:
 void GetFuncDesc(int index, [Runtime::InteropServices::Out] IntPtr % ppFuncDesc);
public void GetFuncDesc(int index, out IntPtr ppFuncDesc);
abstract member GetFuncDesc : int * nativeint -> unit
Public Sub GetFuncDesc (index As Integer, ByRef ppFuncDesc As IntPtr)

参数

index
Int32

要返回的函数说明的索引。

ppFuncDesc
IntPtr

nativeint

FUNCDESC 描述指定函数的引用。

注解

可通过 .. 访问ppFuncDesc的值PtrToStructure

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

适用于