nn::cx::InitUncompContextZlib Function#include <nn/cx.h>
void InitUncompContextZlib(
UncompContextZlib * pContext,
void * pDst,
size_t dstSize
);
| Name | Description | |
|---|---|---|
| out | pContext |
The compression context to initialize. |
| out | pDst |
Buffer where decompressed data is written. |
| in | dstSize |
Size of the buffer pointed to by pDst. |
Initializes the streaming decompression context for deflate compressed data in the zlib format.
CONFIDENTIAL