SECCryptoFile::SeekToEnd

voidSECCryptoFile::SeekToEnd(void)

Moves to the end of the file. Only usable in ECB mode.

Defined in: CRYPTFIL.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

SECCryptoFile  SeekSeekToEnd