ITypeInfo.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 メソッド」を参照してください。

適用対象