CXInitUncompContextLH

Syntax

#include <revolution/cx/CXStreamingUncompression.h>
void CXInitUncompContextLH( CXUncompContextLH *context, void* dest );

Arguments

context Pointer to the context structure to be used for streaming expansion of LH-compressed data
dest Destination buffer for uncompressed data.

Return Values

None.

Description

Initializes the context structure for streaming expansion of LH-compressed data.

When the CXReadUncompLH function is run using this context, subsequent data is expanded to the region passed in the dest argument.

If this context is going to be reused, it needs to be reinitialized after the decompression of each file is completed.

See Also

CXGetUncompressedSize, CXUncompressLH, CXSecureUncompressLH, CXReadUncompLH, CXIsFinishedUncompLH, ntrompress

Revision History

2007/11/01 Initial version.


CONFIDENTIAL