#include <revolution/cx/CXStreamingUncompression.h>
void CXInitUncompContextLH( CXUncompContextLH *context, void* dest );
| context | Pointer to the context structure to be used for streaming expansion of LH-compressed data |
|---|---|
| dest | Destination buffer for uncompressed data. |
None.
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.
CXGetUncompressedSize
CXUncompressLH
CXSecureUncompressLH
CXReadUncompLH
CXIsFinishedUncompLH
ntrompress
2007/11/01 Initial version.
CONFIDENTIAL