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.
voidSeekToBegin();
throw(CFileException);
Remarks
Sets the value of the file pointer to the beginning of the file. SeekToBegin()
is equivalent to Seek( 0L, CFile::begin )
.
Example
//example for CFile::SeekToBegin
extern CFile cfile;
cfile.SeekToBegin();