SECCompressFile::SeekToBegin
voidSECCompressFile::SeekToBegin(void)
Seeks to the beginning of file.
Defined in: compfile.cpp
Return Value
void
Comments
Sets the value of the file pointer to the beginning of the file. SeekToBegin() is equivalent to Seek(0L, CFile::begin).
See Also
SECCompressFile Seek SeekToEnd Read ReadHuge Write WriteHuge