CXUncompressLRC

Syntax

#include <revolution/cx.h>

void CXUncompressLRC( const void* srcp, void* destp, void* work );

Arguments

srcp Source address where LRC-compressed data is stored.
destp Destination address for decompression.

Return Values

None.

Description

This function decompresses LRC-format-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 decompression of data, use the CXReadUncompLRC function.

See Also

CXGetUncompressedSize, CXSecureUncompressLRC, CXInitUncompContextLRC, CXReadUncompLRC, CXIsFinishedUncompLRC, ntrompress

Revision History

2007/11/01 Initial version.


CONFIDENTIAL