COleDocument::EnableCompoundFile
voidEnableCompoundFile(BOOL*bEnable=*TRUE);
Parameters
bEnable
Specifies whether compound file support is enabled or disabled.
Remarks
Call this function if you want to store the document using the compound-file format. This is also called structured storage. You typically call this function from the constructor of your COleDocument-derived class. For more information about compound documents, see the article in Visual C++ Programmer’s Guide.
If you do not call this member function, documents will be stored in a nonstructured (“flat”) file format.
After compound file support is enabled or disabled for a document, the setting should not be changed during the document’s lifetime.
COleDocument Overview | Class Members | Hierarchy Chart
See Also COleClientItem