Unit 'AbLZMA' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_abbrevia]

LzmaEncode

Declaration

Source position: AbLZMA.pas line 237

function LzmaEncode(

  dest: PByte;

  var destLen: xsize_t;

  src: PByte;

  srcLen: xsize_t;

  var props: CLzmaEncProps;

  propsEncoded: PByte;

  var propsSize: xsize_t;

  writeEndMark: Integer;

  progress: PICompressProgress;

  alloc: PISzAlloc;

  allocBig: PISzAlloc

):SRes;



CT Web help

CodeTyphon Studio