CXIsFinishedUncompLH

Syntax

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

Arguments

context Pointer to the context structure to be used for streaming expansion of LH-compressed data

Return Values

TRUE if expansion of the argument context data is complete.
FALSE if data is still being expanded.

Description

This function determines whether the streaming expansion of LH-compressed data is completed.
This can also be determined by checking whether the CXReadUncompLH function returned 0 when it ran.

See Also

CXReadUncompLH,CXUncompContextLH,CXInitUncompContextLH

Revision History

2007/11/01 Initial version.


CONFIDENTIAL