| [Overview][Types][Classes][Procedures and functions][Index] |
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; |
| lazarus-ccr.sourceforge.net |