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>CXUncompressHuffman</title>
9<LINK rel="stylesheet" href="../CSS/revolution.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">CXUncompressHuffman</h1>
15<h2>C Specification</h2>
16
17<dl>
18  <dd>
19<CODE>#include &lt;revolution/cx.h&gt;</CODE><BR> <BR> <CODE>void CXUncompressHuffman( const void* srcp, void* destp );</CODE><BR>
20  </dd>
21</dl>
22<h2>Arguments</h2>
23<TABLE border="1" width="100%">
24  <TBODY>
25    <TR>
26<TD width="13%"><EM><STRONG>srcp</STRONG></EM></TD>
27<TD width="87%">Source address of Huffman Compression data</TD>
28    </TR>
29    <TR>
30<TD width="13%"><EM><STRONG>destp</STRONG></EM></TD>
31<TD width="87%">Destination address for decompression.</TD>
32    </TR>
33  </TBODY>
34</TABLE>
35
36<h2>Return Values</h2>
37<p>None.</p>
38
39<H2>Description</H2>
40<P>Decompresses Huffman compression data and writes it in 32-bit units to the specified memory. The source address must be aligned to a 4-byte boundary.
41</P>
42<P>
43To perform streaming uncompression of data, use the <A href="CXReadUncompHuffman.html">CXReadUncompHuffman</A> function.
44</P>
45
46
47<h2>See Also</h2>
48<p><CODE><A href="CXUncompressLZ.html">CXUncompressLZ</A>, <A href="CXUncompressRL.html">CXUncompressRL</A>, <A href="CXUnfilterDiff.html">CXUnfilterDiff</A>, <A href="CXReadUncompHuffman.html">CXReadUncompHuffman</A>, <A href="CXCompressHuffman.html">CXCompressHuffman</A><br></CODE></p>
49
50<H2>Revision History</H2>
51<P>07/06/2006 Initial version.</P>
52<hr>
53<P>CONFIDENTIAL</p>
54</BODY>
55</HTML>
56