DOS/32 Advanced DOS Extender - D32A C/C++ Run-Time Library Reference



5.01 - DOS/32 Advanced D32A Library function - d32a_encode_data()

Synopsys:

#include <d32a.h>
unsigned long d32a_encode_data(char *Src, char *Dest, unsigned long Size);


Description:

This function compresses Size bytes of data from the Src buffer, and places the produced result into the Dest buffer.


Returns:

The size of the produced (compressed) data that was placed into the Dest buffer in bytes.

 


Copyright © DOS/32 Advanced Team 1996-2002
All Rights Reserved