CXUncompressRL

Syntax

#include <revolution/cx.h>

void CXUncompressRL( const void* srcp, void* destp );

Arguments

srcp Source address where run length compressed data is stored
destp Destination address where data is expanded

Return Values

None.

Description

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.

See Also

CXGetUncompressedSize, CXSecureUncompressRL, CXInitUncompContextRL, CXReadUncompRL, CXIsFinishedUncompRL, CXCompressRL, ntcompress

Revision History

2007/09/03 Corrected error in the See Also section.
2006/07/06 Initial version.


CONFIDENTIAL