nn::cx::SecureUncompressBLZ Function

Syntax

#include <nn/cx.h>

s32 SecureUncompressBLZ(
     void * pData,
     size_t dataSize,
     size_t bufferSize
);

Parameters

Name Description
in pData Pointer to the input or output data buffer.
in dataSize Input file size.
in bufferSize Output buffer size.

Return Values

If the conversion succeeds, returns 0; otherwise, returns a negative error code.

Description

Runs backward LZ (BLZ) decompression.

This checks for errors but otherwise has the same functionality as nn::cx::UncompressBLZ.

Revision History

2011/06/02
Initial version.

CONFIDENTIAL