API Reference > Other Classes > OdOleItemHandler Class > OdOleItemHandler Methods > OdOleItemHandler::setCompoundDocument Method
OdOleItemHandler::setCompoundDocument Method
Syntax
C++
virtual void setCompoundDocument(OdUInt32 numBytes, OdStreamBuf& streamBuf) = 0;
Parameters 
Description 
OdUInt32 numBytes 
[in] Number of bytes to be written. 
OdStreamBuf& streamBuf 
[in] StreamBuf object from which the data are to be read.  

Reads the compound document data of this OleItemHandler object from the specified stream.

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