API Reference > Other Classes > OdOleItemHandler Class > OdOleItemHandler Methods > OdOleItemHandler::save Method
OdOleItemHandler::save Method
Syntax
C++
virtual void save(OdStreamBuf& streamBuf) const = 0;
Parameters 
Description 
OdStreamBuf& streamBuf 
[out] StreamBuf object to which the data are to be written. 

Writes the binary data for the OdDbOle2Frame of this OleItemHandler object to the specified stream. 

 

See MFC COleClientItem::Serialize(CArchive& ar) for details. Assume that ar.m_bForceFlat is TRUE.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.