SECCryptoFile::WriteHuge

voidSECCryptoFile::WriteHuge(void FAR *pBuf, UINTnCount)

Encrypts and then writes a number of characters to the file. The original data buffer is overwritten with the transformed data. \n Semantically equivalent to Write, in Win32.

Defined in: CRYPTFIL.CPP

Return Value

void

Parameters

pBuf

A pointer to the user-supplied buffer that contains the data to be written to the file.

nCount

The number of bytes to be transferred from the buffer. Note that an SECCryptoFile is always a binary file, so a CR/LF pair will always be read or written as two bytes.

Comments

Writes data from a buffer to the file associated with the SECCryptoFile object. Write throws an exception in response to several conditions including the disk-full condition.

Semantically equivalent to Write, in Win32.

See Also

SECCryptoFileWriteHuge

Read  ReadHuge