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=utf-8">
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
16<h2>Syntax</h2>
17<DL><DD><PRE class="construction">
18#include &lt;revolution/cx.h&gt;
19
20void CXUncompressLZ( const void* srcp, void* destp );
21</PRE></dd></dl>
22
23<h2>Arguments</h2>
24<TABLE class="arguments" border="1">
25  <TBODY>
26    <TR>
27<TH>srcp</TH>
28<TD>Source address where the LZ77 compressed data is stored</TD>
29    </TR>
30    <TR>
31<TH>destp</TH>
32<TD>Destination address where data is expanded</TD>
33    </TR>
34  </TBODY>
35</TABLE>
36
37<h2>Return Values</h2>
38<p>None.</p>
39
40<H2>Description</H2>
41<P>This function uncompresses LZ77-compressed or LZ77 extended-compressed data , and writes the data to the specified region of memory.<BR>Align the source address to a 4-byte boundary.</P>
42
43<P>
44To perform streaming expansion of data, use the <A href="CXReadUncompLZ.html"><CODE>CXReadUncompLZ</CODE></A> function.
45</P>
46
47<h2>See Also</h2>
48<p class="reference">
49<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">ntcompress</A></CODE>
50
51<H2>Revision History</H2>
52<P>
532009/09/25 Explained data compressed in the LZ77 extended-compression format.<BR>2007/09/03 Corrected error in the See Also section.<BR>2006/07/06 Initial version.<BR>
54</P>
55
56<hr><p>CONFIDENTIAL</p></body>
57</html>
58