CFile::GetPosition

Call this member function to obtain the current value of the file pointer, which can be used in subsequent calls to Seek.

Syntax

virtual DWORD GetPosition( ) const;
throw( CFileException );

At a Glance

Header File Afx.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CFile Overview, CFile Member Functions, File Service Classes