Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdOleStorage::init Method
Syntax
C++
virtual void init(OdByteData* pByteData, int accessMode = Oda::kFileRead) = 0;

Initializes this OleStorage object.

Parameters
Description
pByteData
[in] Pointer to the OdByteData for this OleStorage object.
accessMode
[in] Mode in which to open this OleStorage object.

accessMode must be a combination of one or more of the following: 

 

Name
Value
Description
Oda::kFileRead
0x80000000
Read access.
Oda::kFileWrite
0x40000000
Write access.
Copyright © 2002-2022. Open Design Alliance All rights reserved.