CArchive::GetFile
取得這個檔案的 CFile 物件指標。
CFile* GetFile( ) const;
傳回值
為使用中 CFile 的物件具有固定的指標。
備註
您必須在使用 GetFile之前清除這個檔案。
範例
const CFile* fp = ar.GetFile();
需求
Header: afx.h
取得這個檔案的 CFile 物件指標。
CFile* GetFile( ) const;
為使用中 CFile 的物件具有固定的指標。
您必須在使用 GetFile之前清除這個檔案。
const CFile* fp = ar.GetFile();
Header: afx.h