Parolin 0.7.9 6796
Console (soon DLLs) to do a tar like job
Loading...
Searching...
No Matches
LzmaLib.h File Reference
#include "7zTypes.h"

Go to the source code of this file.

Macros

#define Z7_STDAPI   int Z7_STDCALL
 
#define LZMA_PROPS_SIZE   5
 

Functions

Z7_STDAPI LzmaCompress (unsigned char *dest, size_t *destLen, const unsigned char *src, size_t srcLen, unsigned char *outProps, size_t *outPropsSize, int level, unsigned dictSize, int lc, int lp, int pb, int fb, int numThreads)
 
Z7_STDAPI LzmaUncompress (unsigned char *dest, size_t *destLen, const unsigned char *src, SizeT *srcLen, const unsigned char *props, size_t propsSize)
 

Macro Definition Documentation

◆ LZMA_PROPS_SIZE

#define LZMA_PROPS_SIZE   5

◆ Z7_STDAPI

#define Z7_STDAPI   int Z7_STDCALL

Function Documentation

◆ LzmaCompress()

Z7_STDAPI LzmaCompress ( unsigned char * dest,
size_t * destLen,
const unsigned char * src,
size_t srcLen,
unsigned char * outProps,
size_t * outPropsSize,
int level,
unsigned dictSize,
int lc,
int lp,
int pb,
int fb,
int numThreads )

◆ LzmaUncompress()

Z7_STDAPI LzmaUncompress ( unsigned char * dest,
size_t * destLen,
const unsigned char * src,
SizeT * srcLen,
const unsigned char * props,
size_t propsSize )