UCOMITypeInfo.ReleaseFuncDesc(IntPtr) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
释放先前由 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 库。