#include <revolution/cx.h>void CXUncompressLH( const void* srcp, void* destp, void* work );| srcp | Source address where LH-compressed data is stored. |
|---|---|
| destp | Destination address for decompression. |
| work | Work buffer required for data decompression. The size given by CX_UNCOMPRESS_LH_WORK_SIZE is required. |
None.
Decompresses LH-format-compressed data and writes the data to the specified region of memory. Align the source address to a 4-byte boundary.
To perform streaming expansion of data, use the CXReadUncompLH function.
CXGetUncompressedSize
CXSecureUncompressLH
CXInitUncompContextLH
CXReadUncompLH
CXIsFinishedUncompLH
ntrompress
2008/12/12 Added a description of parameters.
2007/11/01 Initial version.
CONFIDENTIAL