[Overview][Constants][Types] | Reference for unit 'zlib_Zbase' (#powtils_main) |
Source position: zlib_zbase.pas line 274
type z_stream = record |
next_in: pBytef; |
avail_in: uInt; |
total_in: uLong; |
next_out: pBytef; |
avail_out: uInt; |
total_out: uLong; |
msg: String; |
state: pInternal_state; |
zalloc: alloc_func; |
zfree: free_func; |
opaque: voidpf; |
data_type: int; |
adler: uLong; |
reserved: uLong; |
end; |
No notes exist for this page yet.