Find all needed information about Compound Document Support Mfc. Below you can see links where you can find everything you want to know about Compound Document Support Mfc.
https://docs.microsoft.com/en-us/cpp/mfc/containers-compound-files
Compound files are an integral part of OLE. They are used to facilitate data transfer and OLE document storage. Compound files are an implementation of the Active structured storage model. Consistent interfaces exist that support serialization to a storage, a stream, or a file object.
https://docs.microsoft.com/en-us/cpp/data/mfc-using-database-classes-without-documents-and-views
If you select the Document/view architecture support option on the Application Type, MFC Application Wizard page, you get full document support including serialization and New, Open, Save, and Save As commands on the File menu. See Applications with No Document. Header files …
https://docs.microsoft.com/en-us/cpp/mfc/active-document-containers
An active document container, such as Microsoft Office Binder or Internet Explorer, allows you to work with several documents of different application types within a single frame (instead of forcing you to create and use multiple application frames for each document type). MFC provides full support for active document containers in the COleDocObjectItem class.
https://www.codeguru.com/cpp/w-p/system/article.php/c2821/Compound-File-Stream-and-Storage-Manipulation.htm
In addition, there is additional code to provide the following external file-system support. An MFC class (CScanDir) that is used to scan a file-system directory for a file specification and return the results in a string array. Support for overriding the default behavior is also provided. An OLE Automation (COM)...
https://docs.microsoft.com/en-us/cpp/mfc/reference/mfc-application-wizard
Compound Document Support, MFC Application Wizard. The project provides no support for compound documents. Document Template Strings, MFC Application Wizard. The project uses the project name for the default document template strings. Database Support, MFC Application Wizard. The project provides no support for databases.
https://www.openoffice.org/sc/compdocfileformat.pdf
Compound document files are used to structure the contents of a document in the file. It is possible to divide the data into several streams, and to store these streams in different storages in the file. This way compound document files support a complete file system inside the file, the streams are like files in a real file system, and the storages are like sub directories. 3
https://docs.microsoft.com/en-us/cpp/mfc/containers-implementing-a-container
To handle embedded and linked items. Derive a class from COleClientItem. Objects of this class represent items that have been embedded in or linked to your OLE document. Override OnChange, OnChangeItemPosition, and OnGetItemPosition. These functions handle sizing, positioning, and modifying embedded and linked items.
https://docs.microsoft.com/en-us/cpp/mfc/reference/coledocument-class
CDocument supports sending your document via mail if mail support (MAPI) is present. COleDocument has updated OnFileSendMail to handle compound documents correctly. For more information, see the articles MAPI and MAPI Support in MFC ..
https://docs.microsoft.com/en-us/cpp/mfc/reference/cdocument-class
The document's views are the most important users of these member functions. Override the CObject::Serialize member function in your document class to write and read the document's data to and from disk. CDocument supports sending your document via mail if mail support (MAPI) is present. See the articles MAPI and MAPI Support in MFC.
Need to find Compound Document Support Mfc information?
To find needed information please read the text beloow. If you need to know more you can click on the links to visit sites with more detailed data.