UCOMITypeInfo.ReleaseFuncDesc(IntPtr) 方法

定义

释放先前由 GetFuncDesc(Int32, IntPtr) 返回的 FUNCDESC

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

适用于