nn::cx::SecureUncompressBLZ Function#include <nn/cx.h> s32 SecureUncompressBLZ( void * pData, size_t dataSize, size_t bufferSize );
| Name | Description | |
|---|---|---|
| in | pData | Pointer to the input or output data buffer. |
| in | dataSize | Input file size. |
| in | bufferSize | Output buffer size. |
0; otherwise, returns a negative error code. Runs backward LZ (BLZ) decompression.
This checks for errors but otherwise has the same functionality as nn::cx::UncompressBLZ.
CONFIDENTIAL