#include <revolution/cx/CXStreamingUncompression.h>
BOOL CXIsFinishedUncompLRC( const CXUncompContextLRC *context );
| context | Pointer to the context structure to be used for streaming uncompression of LRC-compressed data. |
|---|
TRUE if decompression of the argument context data was complete.
FALSE if data was still being decompressed.
This function determines whether the streaming decompression of LRC-compressed data is completed. This can also be determined by checking whether the CXReadUncompLRC function returned 0 when it was executed.
CXReadUncompLRC
CXUncompContextLRC
CXInitUncompContextLRC
2007/11/01 Initial version.
CONFIDENTIAL