UCOMITypeInfo.ReleaseFuncDesc(IntPtr) メソッド

定義

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

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

パラメーター

pFuncDesc
IntPtr

nativeint

解放する FUNCDESC への参照。

注釈

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

適用対象