This topic has not yet been rated - Rate this topic

CArchive::GetFile 

Gets the CFile object pointer for this archive.


CFile* GetFile( ) const;

A constant pointer to the CFile object in use.

You must flush the archive before using GetFile.

extern CArchive ar;
const CFile* fp = ar.GetFile();
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.