#include <revolution/cx.h>void CXSecureUncompressLH( const void* srcp, u32 srcSize, void* destp, void* work );| srcp | Source address where LH-compressed data is stored. |
| destp | Destination address for decompression. |
None.
This function 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,
CXUncompressLH,
CXInitUncompContextLH,
CXReadUncompLH,
CXIsFinishedUncompLH,
ntrompress
2007/11/01 Initial version.
CONFIDENTIAL