UCOMITypeInfo.GetFuncDesc メソッド
指定した関数に関する情報を格納している FUNCDESC 構造体を取得します。
Sub GetFuncDesc( _
ByVal index As Integer, _ <Out()> ByRef ppFuncDesc As IntPtr _)
[C#]
void GetFuncDesc(
intindex, out IntPtrppFuncDesc);
[C++]
void GetFuncDesc(
intindex, [ Out] IntPtr* ppFuncDesc);
[JScript]
function GetFuncDesc(
index : int,ppFuncDesc : IntPtr);
パラメータ
- index
説明を返す対象の関数のインデックス。 - ppFuncDesc
指定した関数について記述している FUNCDESC への参照。
解説
ppFuncDesc の値には、 PtrToStructure を使用してアクセスできます。
ITypeInfo::GetFuncDesc の詳細については、MSDN ライブラリを参照してください。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
UCOMITypeInfo インターフェイス | UCOMITypeInfo メンバ | System.Runtime.InteropServices 名前空間