SECCompressFile::Read

UINTSECCompressFile::Read(void FAR *pBuf, DWORDnCount)

Reads a number of bytes from the file and decompresses them.

Defined in: compfile.cpp

Return Value

The number of bytes transferred to the buffer. Note that for all CFile-derived objects, the return value can be less than nCount if the end of file was reached.

Parameters

pBuf

Pointer to the user-supplied buffer that is to receive the data read from the file.

nCount

The maximum number of bytes to be read from the file.

Comments

Reads data into a buffer from the file associated with the SECCompressFile object.

See Also

SECCompressFile  ReadHuge  Write  WriteHuge