CXIsFinishedUncompLZ

C Specification

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

Arguments

context Pointer to the context structure to be used for streaming uncompression of LZ77-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 decompression of LZ77-compressed data is complete.
This can also be determined by checking whether the CXReadUncompLZ function returned 0 when it was executed.

See Also

CXReadUncompLZ,CXUncompContextLZ,CXInitUncompContextLZ

Revision History

07/10/2006 Initial version.


CONFIDENTIAL