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 library。

適用於