UCOMITypeInfo.ReleaseVarDesc(IntPtr) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
釋放先前由 VARDESC
傳回的 GetVarDesc(Int32, IntPtr)。
public:
void ReleaseVarDesc(IntPtr pVarDesc);
public void ReleaseVarDesc (IntPtr pVarDesc);
abstract member ReleaseVarDesc : nativeint -> unit
Public Sub ReleaseVarDesc (pVarDesc As IntPtr)
參數
- pVarDesc
-
IntPtr
nativeint
要釋放之 VARDESC
的參考。
備註
如需 的詳細資訊 ITypeInfo::ReleaseVarDesc
,請參閱 MSDN 連結庫。