StormLib API Reference
SCompImplode
int WINAPI SCompImplode( char * pbOutBuffer, // Pointer to buffer where imploded data will be stored int * pcbOutBuffer, // Pointer to size of output buffer char * pbInBuffer, // Pointer to buffer with data to be imploded int cbInBuffer // Size of the input data );
SCompImplode compresses a data buffer, using Pkware Data Compression library's IMPLODE method.
When the function succeeds, it returns nonzero. On an error, the function returns FALSE and GetLastError gives the error code.
When the compression library was unable to compress the data, it will copy the input data to the output buffer. The caller can determine this by checking size of the output data against size of the input data. If cbOutData == cbInData, it means that the data haven't been compressed.
Available in Storm.dll | No |
Ordinal number in Storm.dll 1.00 | N/A |
Ordinal number in Storm.dll 1.09 | N/A |
Copyright (c) Ladislav Zezula 2003 - 2010