StormLib API Reference
SCompDecompress
int WINAPI SCompDecompress( void * pbOutBuffer, // Pointer to buffer where exploded data will be stored int * pcbOutBuffer, // Pointer to size of output buffer void * pbInBuffer, // Pointer to buffer with data to be exploded int cbInBuffer // Size of the input data );
SCompDecompress decompresses a data block compressed by SCompCompress.
When the function succeeds, it returns nonzero. On an error, the function returns FALSE and GetLastError gives the error code.
When the length of the input buffer is equal to the length of the output buffer, the function just copies the input buffer to the output buffer.
Available in Storm.dll | Yes |
Ordinal number in Storm.dll 1.00 | N/A |
Ordinal number in Storm.dll 1.09 | 552 (0x228) |
Copyright (c) Ladislav Zezula 2003 - 2010