ITypeInfo.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 メソッド」を参照してください。

適用対象