#include <revolution/cx.h> void CXUncompressRL( const void* srcp, void* destp );
| srcp | Source address where run length compressed data is stored |
|---|---|
| destp | Destination address where data is expanded |
None.
This function decompresses run length 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 CXReadUncompRL function.
CXGetUncompressedSize, CXSecureUncompressRL, CXInitUncompContextRL, CXReadUncompRL, CXIsFinishedUncompRL, CXCompressRL, ntcompress
2007/09/03 Corrected error in the See Also section.
2006/07/06 Initial version.
CONFIDENTIAL