UCOMITypeInfo.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
,請參閱 MSDN 連結庫。