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>CXIsFinishedUncompLZ</title>
9<LINK rel="stylesheet" href="../CSS/revolution.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">CXIsFinishedUncompLZ</h1>
15
16<h2>Syntax</h2>
17<DL><DD><PRE class="construction">
18#include &lt;revolution/cx/CXStreamingUncompression.h&gt;
19
20BOOL CXIsFinishedUncompLZ( const <A href="CXUncompContextLZ.html">CXUncompContextLZ</A> *context );
21</PRE></dd></dl>
22
23<h2>Arguments</h2>
24<TABLE class="arguments" border="1">
25  <TBODY>
26    <TR>
27<TH>context</TH>
28<TD>Pointer to the context structure to be used for streaming uncompression of LZ77-compressed data.</TD>
29    </TR>
30  </TBODY>
31</TABLE>
32
33<h2>Return Values</h2>
34<p><CODE>TRUE</CODE> if decompression of the argument context data is complete. <CODE>FALSE</CODE> if data is still being decompressed.</p>
35
36<H2>Description</H2>
37<P>This function determines whether the decompression of LZ77-compressed data is complete.<BR>This can also be determined by checking whether the <A href="CXReadUncompLZ.html"><CODE>CXReadUncompLZ</CODE></A> function returned 0 when it was run.
38
39<h2>See Also</h2>
40<p class="reference">
41<A href="CXReadUncompLZ.html">CXReadUncompLZ</A>,
42<A href="CXUncompContextLZ.html">CXUncompContextLZ</A>,
43<A href="CXInitUncompContextLZ.html">CXInitUncompContextLZ</A>
44</p>
45
46<H2>Revision History</H2>
47<P>
482006/07/10 Initial version.<BR>
49</P>
50
51<hr><p>CONFIDENTIAL</p></body>
52</html>
53