Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
virtualDWORDGetPosition()const;
throw(CFileException);
Return Value
The file pointer as a 32-bit doubleword.
Remarks
Obtains the current value of the file pointer, which can be used in subsequent calls to Seek.
Example
//example for CFile::GetPosition
extern CFile cfile;
DWORD dwPosition = cfile.GetPosition();