CXIsFinishedUncompHuffman

Syntax

#include <revolution/cx/CXStreamingUncompression.h>

BOOL CXIsFinishedUncompHuffman( const CXUncompContextHuffman *context );

Arguments

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

Return Values

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

Description

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 ran.

See Also

CXReadUncompHuffman, CXUncompContextHuffman, CXInitUncompContextHuffman

Revision History

2006/07/10 Initial version.


CONFIDENTIAL