virtual DWORD GetPosition() const
throw( CFileException );
Obtains the current value of the file pointer, which can be used in subsequent calls to Seek.
The file pointer as a 32-bit double word.
extern CFile cfile;
DWORD dwPosition = cfile.GetPosition();