#include <revolution/cx/CXStreamingUncompression.h>
BOOL CXIsFinishedUncompLH( const CXUncompContextLH *context );
| context | Pointer to the context structure to be used for streaming expansion of LH-compressed data |
TRUE if expansion of the argument context data is complete. FALSE if data is still being expanded.
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.
CXReadUncompLH,CXUncompContextLH,CXInitUncompContextLH
2007/11/01 Initial version.
CONFIDENTIAL