| 释义 |
COleClientItem::Release
virtual void Release( OLECLOSE dwCloseOption = OLECLOSE_NOSAVE );
参数:| dwCloseOption | 说明在项目返回装入状态时怎样存储的标志。其可能的值请参阅COleClientItem::Close。 |
说明: 调用该函数清空OLE项使用的所有资源。Release由COleClientItem的析构函数调用。 要了解更多的信息,请参阅OLE文档中的IUnknown::Release。
请参阅: COleClientItem::Close, COleClientItem::Delete |