C++
virtual ACDBCORE2D_PORT Acad::ErrorStatus serializeOleItem( COleClientItem* pItem, CArchive* );
Description
This method is called from AcDb.lib when it needs to translate an OLE embedded object into a COleClientItem.
By default, you don't need to overwrite this method. The default implementation will do the translation for you. However, if your application is multithreaded, you may need to overwrite this so that both translation and viewing of COleClientItem will be done in same thread.
Parameters
Parameters | Description |
---|---|
pItem | Key to the corresponding COleClientItem object |
unnamed | Used to serialize (store and load) the COleClientItem |