Поделиться через


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.

Пример

const CFile* fp = ar.GetFile();

Требования

Header: afx.h

См. также

Основные понятия

CArchive Class

CArchive Members

Hierarchy Chart

CArchive::Flush