ITypeInfo.GetFuncDesc(Int32, IntPtr) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 方法。