1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6<TITLE>CX API Introduction</TITLE> 7<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 8</HEAD> 9<BODY> 10<H1>CX API</H1> 11 12<H2>Introduction</H2> 13<P>CX API provides functionality for compressing and decompressing compressed files generated by the ntcompress utility tool. </P> 14<P>This includes functions for performing compression, decompression, and streaming decompression in any of three formats: LZ77 compression, run-length compression, and Huffman compression. It is also possible to perform difference filter decompression applied by ntcompress.</P> 15 16<H2>Revision History</H2> 17<P>07/06/2006 Initial version.</P> 18<hr> 19<P>CONFIDENTIAL</p> 20</BODY> 21</HTML>