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>CXIsFinishedUncompRL</title>
9<LINK rel="stylesheet" href="../CSS/revolution.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">CXIsFinishedUncompRL</h1>
15<h2>C Specification</h2>
16
17<dl>
18  <dd>
19<PRE><CODE>#include &lt;revolution/cx/CXStreamingUncompression.h&gt;</CODE><BR>
20<CODE>BOOL CXIsFinishedUncompRL( const <A href="CXUncompContextRL.html">CXUncompContextRL</A> *context );</CODE><br></PRE>
21  </dd>
22</dl>
23<h2>Arguments</h2>
24<TABLE border="1" width="100%">
25  <TBODY>
26    <TR>
27<TD width="13%"><EM><STRONG>context</STRONG></EM></TD>
28<TD width="87%">Pointer to the context structure to be used for streaming uncompression of RL-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 was complete. <BR><CODE>FALSE</CODE> if data was still being decompressed.</p>
35
36<H2>Description</H2>
37<P>This function determines whether the decompression of the running length-compressed data is complete.<BR>This can also be determined by checking whether the <A href="CXReadUncompRL.html"><CODE>CXReadUncompRL</CODE></A> function returned 0 when it was executed.
38<h2>See Also</h2>
39<p><A href="CXInitUncompContextRL.html"><CODE>CXInitUncompContextRL</CODE></A>, <A href="CXReadUncompRL.html"><CODE>CXReadUncompRL</CODE></A>, <A href="CXUncompContextRL.html"><CODE>CXUncompContextRL</CODE></A>, <A href="../tools/ntcompress.html">ntrompress</A></p>
40
41<H2>Revision History</H2>
42<P>2006/07/10 Initial version.</P>
43</body>
44</html>
45