CXInitUncompContextLRC

Syntax

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

Arguments

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

Return Values

None.

Description

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

When the CXReadUncompLRC 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, CXUncompressLRC, CXSecureUncompressLRC, CXReadUncompLRC, CXIsFinishedUncompLRC, ntrompress

Revision History

2007/11/01 Initial version.


CONFIDENTIAL