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>CXUncompressLH</title>
9<LINK rel="stylesheet" href="../CSS/revolution.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">CXUncompressLH</h1>
15<h2>Syntax</h2>
16
17<dl>
18  <dd>
19<CODE>#include &lt;revolution/cx.h&gt;</CODE><BR>
20  <BR>
21  <CODE>void CXUncompressLH( const void* srcp, void* destp, void* work );</CODE></dd>
22</dl>
23<h2>Arguments</h2>
24<TABLE border="1" width="100%">
25  <TBODY>
26    <TR>
27<TD width="13%"><EM><STRONG>srcp</STRONG></EM></TD>
28<TD width="87%">Source address where LH-compressed data is stored.</TD>
29    </TR>
30    <TR>
31<TD width="13%"><EM><STRONG>destp</STRONG></EM></TD>
32<TD width="87%">Destination address for decompression.</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 decompresses LH-format-compressed data and writes the data to the specified region of memory. Align the source address to a 4-byte boundary.</P>
42
43<P>
44To perform streaming expansion of data, use the <A href="CXReadUncompLH.html"><CODE>CXReadUncompLH</CODE></A> function.
45</P>
46
47<h2>See Also</h2>
48<p><CODE>
49<A href="CXGetUncompressedSize.html">CXGetUncompressedSize</A>,
50<A href="CXSecureUncompressLH.html">CXSecureUncompressLH</A>,
51<A href="CXInitUncompContextLH.html">CXInitUncompContextLH</A>,
52<A href="CXReadUncompLH.html">CXReadUncompLH</A>,
53<A href="CXIsFinishedUncompLH.html">CXIsFinishedUncompLH</A>,
54<A href="../tools/ntcompress.html">ntrompress</A>
55</CODE></p>
56
57<H2>Revision History</H2>
58<P>2007/11/01 Initial version.</P>
59<hr><p>CONFIDENTIAL</p></body>
60</html>
61