#include <revolution/cx/CXStreamingUncompression.h> BOOL CXIsFinishedUncompRL( const CXUncompContextRL *context );
| context | Pointer to the context structure to be used for streaming uncompression of RL-compressed data. |
|---|
TRUE if decompression of the argument context data is complete. FALSE if data is still being decompressed.
This function determines whether the decompression of the running length-compressed data is complete.
This can also be determined by checking whether the CXReadUncompRL function returned 0 when it was executed.
CXInitUncompContextRL, CXReadUncompRL, CXUncompContextRL, ntcompress
2007/09/03 Corrected error in the See Also section.
2006/07/10 Initial version.
CONFIDENTIAL