UCOMITypeInfo.ReleaseFuncDesc(IntPtr) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
釋放先前由 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 連結庫。