COleClientItem::Release
virtualvoidRelease(OLECLOSEdwCloseOption**=OLECLOSE_NOSAVE);**
Parameters
dwCloseOption
Flag specifying under what circumstances the OLE item is saved when it returns to the loaded state. For a list of possible values, see COleClientItem::Close.
Remarks
Call this function to clean up resources used by the OLE item. Release is called by the COleClientItem destructor.
For more information, see in the OLE documentation.
COleClientItem Overview | Class Members | Hierarchy Chart
See Also COleClientItem::Close, COleClientItem::Delete