#include <revolution/cx.h>void CXUncompressRL( const void* srcp, void* destp );| srcp | The source address where run length compressed data is stored. |
| destp | Destination address for decompression. |
None.
This function decompresses run length compressed data and writes the data to the specified region of memory. The source address must be aligned to a 4-byte boundary.
To perform streaming uncompression of data, use the CXReadUncompRL function.
CXUncompressLZ, CXUncompressHuffman, CXUnfilterDiff, CXReadUncompRL, CXCompressRL
07/06/2006 Initial version.
CONFIDENTIAL