Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
CFile*GetFile()const;
Return Value
A constant pointer to the CFile object in use.
Remarks
Gets the CFile object pointer for this archive. You must flush the archive before using GetFile.
Example
extern CArchive ar;
const CFile* fp = ar.GetFile();
CArchive Overview | Class Members | Hierarchy Chart
See Also CArchive::Flush