SECCompressFile::SetCompressMode
voidSECCompressFile::SetCompressMode(BOOLbState)
Turns the compression mode on or off.
Defined in: compfile.cpp
Return Value
void
Parameters
bState
Flag specifying whether compression is on or off.
Comments
Turns the compression mode on or off. Pass bState as TRUE to turn compress mode on, and pass bState as FALSE to turn compress mode off. If off, the SECCompressFile behaves as a normal CFile.
See Also