help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types] Reference for unit 'zlib_Zbase' (#powtils_main)

z_stream

Declaration

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;

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505