共用方式為


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 方法

適用於