UCOMITypeInfo.GetVarDesc(Int32, IntPtr) メソッド

定義

指定した変数を記述している VARDESC 構造体を取得します。

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

パラメーター

index
Int32

返される変数の説明のインデックス。

ppVarDesc
IntPtr

nativeint

正常に返された場合は、指定した変数を記述している VARDESC への参照。

注釈

ppVarDesc 値には、 を使用して PtrToStructureアクセスできます。

の詳細については ITypeInfo::GetVarDesc、MSDN ライブラリを参照してください。

適用対象