#include <revolution/cx/CXStreamingUncompression.h>
BOOL CXIsFinishedUncompHuffman( const CXUncompContextHuffman *context );
| context | Pointer to the context structure to be used for streaming uncompression of Huffman-compressed data. |
TRUE if decompression of the argument context data was complete.
FALSE if data was still being decompressed.
This function determines whether the decompression of Huffman-compressed data is completed.
This can also be determined by checking whether the CXReadUncompHuffman function returned 0 when it executed.
CXReadUncompHuffman,CXUncompContextHuffman,CXInitUncompContextHuffman
07/10/2006 Initial version.
CONFIDENTIAL