1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<html> 3 4<head> 5<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<title>CXUncompressLZ</title> 9<LINK rel="stylesheet" href="../CSS/revolution.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">CXUncompressLZ</h1> 15<h2>C Specification</h2> 16 17<dl> 18 <dd> 19<CODE>#include <revolution/cx.h></CODE><BR> <BR> <CODE>void CXUncompressLZ( const void* srcp, void* destp );</CODE></dd> 20</dl> 21<h2>Arguments</h2> 22<TABLE border="1" width="100%"> 23 <TBODY> 24 <TR> 25<TD width="13%"><EM><STRONG>srcp</STRONG></EM></TD> 26<TD width="87%">Source address where the LZ77 compressed data is stored.</TD> 27 </TR> 28 <TR> 29<TD width="13%"><EM><STRONG>destp</STRONG></EM></TD> 30<TD width="87%">Destination address for decompression.</TD> 31 </TR> 32 </TBODY> 33</TABLE> 34 35<h2>Return Values</h2> 36<p>None.</p> 37 38<H2>Description</H2> 39<P>This function decompresses LZ77 compressed data and writes the data to the specified region of memory. The source address must be aligned to a 4-byte boundary.</P> 40 41<P> 42To perform streaming uncompression of data, use the <CODE><A href="CXReadUncompLZ.html">CXReadUncompLZ</A></CODE> function. 43</P> 44 45<h2>See Also</h2> 46<p><CODE><A href="CXGetUncompressedSize.html">CXGetUncompressedSize</A>, <A href="CXSecureUncompressLZ.html">CXSecureUncompressLZ</A>, <A href="CXInitUncompContextLZ.html">CXInitUncompContextLZ</A>, <A href="CXReadUncompLZ.html">CXReadUncompLZ</A>, <A href="CXIsFinishedUncompLZ.html">CXIsFinishedUncompLZ</A>, <A href="CXCompressLZ.html">CXCompressLZ</A>, <A href="CXCompressLZEX.html">CXCompressLZEX</A>, <A href="../tools/ntcompress.html">ntrompress</A></CODE></p> 47 48<H2>Revision History</H2> 49<P>2006/07/06 Initial version.</P> 50</body> 51</html> 52