SECCryptoFile::SeekToBegin

voidSECCryptoFile::SeekToBegin(void)

Moves to the beginning of the file.

Defined in: CRYPTFIL.CPP

Return Value

void

Comments

Sets the value of the file pointer to the beginning of the file. SeekToBegin() is equivalent to CFile::Seek(0L, CFile::begin).

See Also

SECCryptoFile  Seek  SeekToEnd