UCOMITypeInfo.ReleaseVarDesc(IntPtr) メソッド

定義

以前に VARDESC によって返された GetVarDesc(Int32, IntPtr) を解放します。

public:
 void ReleaseVarDesc(IntPtr pVarDesc);
public void ReleaseVarDesc (IntPtr pVarDesc);
abstract member ReleaseVarDesc : nativeint -> unit
Public Sub ReleaseVarDesc (pVarDesc As IntPtr)

パラメーター

pVarDesc
IntPtr

nativeint

解放する VARDESC への参照。

注釈

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

適用対象