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