SECCompressFile::Write
voidSECCompressFile::Write(const void FAR *pBuf, UINTnCount)
Compresses and then writes a number of characters to the file.
Defined in: compfile.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.
Comments
Writes data from a buffer to the file associated with the SECCompressFile object. Write throws an exception in response to several conditions including the disk-full condition.
See Also