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>CXInitUncompContextLZ</title> 9<LINK rel="stylesheet" href="../CSS/revolution.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">CXInitUncompContextLZ</h1> 15<h2>C Specification</h2> 16 17<dl> 18 <dd> 19<PRE><CODE>#include <revolution/cx/CXStreamingUncompression.h></CODE><BR> 20<CODE>void CXInitUncompContextLZ( <A href="CXUncompContextLZ.html">CXUncompContextLZ</A> *context, 21void* dest );</CODE><br></PRE> 22 </dd> 23</dl> 24<h2>Arguments</h2> 25<TABLE border="1" width="100%"> 26 <TBODY> 27 <TR> 28<TD width="13%"><EM><STRONG>context</STRONG></EM></TD> 29<TD width="87%">Pointer to the context structure to be used for streaming uncompression of LZ77-compressed data.</TD> 30 </TR> 31 <TR> 32<TD width="13%"><EM><STRONG>dest</STRONG></EM></TD> 33<TD width="87%">Specifies the destination buffer for uncompressed data.</TD> 34 </TR> 35 </TBODY> 36</TABLE> 37 38<h2>Return Values</h2> 39<p>None.</p> 40 41<H2>Description</H2> 42<P>Initializes the context structure for streaming decompression of LZ77-compressed data.</P> 43<P> 44When the <A href="CXReadUncompLZ.html">CXReadUncompLZ</A> function is executed using this context, the next set of data gets uncompressed in the region passed by the <I>dest</I> argument. 45</P> 46<P> 47If this context is going to be reused, it needs to be reinitialized after the decompression of each file is completed. 48</P> 49 50<h2>See Also</h2> 51<p><CODE><A href="CXUncompressLZ.html">CXUncompressLZ</A>, <A href="CXReadUncompLZ.html">CXReadUncompLZ</A>, <A href="CXIsFinishedUncompLZ.html">CXIsFinishedUncompLZ</A>, <A href="CXUncompContextLZ.html">CXUncompContextLZ</A>,<A href="CXCompressionHeader.html">CXCompressionHeader</A>, <A href="CXInitUncompContextRL.html">CXInitUncompContextRL</A>, <A href="CXInitUncompContextHuffman.html">CXInitUncompContextHuffman</A><br></CODE></p> 52 53<H2>Revision History</H2> 54<P>07/06/2006 Initial version.</P> 55<hr> 56<P>CONFIDENTIAL</p> 57</BODY> 58</HTML> 59