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 ライブラリを参照してください。

適用対象