[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'laz2_XMLRead' (#lazutils)

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;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.