DWORD SeekToEnd()
throw( CFileException );
Sets the value of the file pointer to the logical end of the file. SeekToEnd() is equivalent to CFile::Seek(0L, CFile::end).
The length of the file in bytes.
extern CFile cfile;
DWORD dwActual = cfile.SeekToEnd();