COleClientItem::Release

virtual void Release( OLECLOSE dwCloseOption = 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 IUnknown::Release in the OLE documentation.

COleClientItem OverviewClass MembersHierarchy Chart

See Also   COleClientItem::Close, COleClientItem::Delete