CXIsFinishedUncompLRC

Syntax

#include <revolution/cx/CXStreamingUncompression.h>
BOOL CXIsFinishedUncompLRC( const CXUncompContextLRC *context );

Arguments

context Pointer to the context structure to be used for streaming uncompression of LRC-compressed data.

Return Values

TRUE if decompression of the argument context data was complete.
FALSE if data was still being decompressed.

Description

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.

See Also

CXReadUncompLRC
CXUncompContextLRC
CXInitUncompContextLRC

Revision History

2007/11/01 Initial version.


CONFIDENTIAL