Unit 'Laz2_XMLRead' Package
[Overview][Types][Classes][Procedures and functions][Index] [#bs_utils]

TDecoder

Declaration

Source position: laz2_xmlread.pas line 148

type TDecoder = record

  Context: Pointer;

  

  Decode: function(

  

  Context: Pointer;

  InBuf: PChar;

  var InCnt: Cardinal;

  OutBuf: DOMPChar;

  var OutCnt: Cardinal

):Integer;

  Cleanup: procedure(

  

  Context: Pointer

);

end;



CT Web help

CodeTyphon Studio