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



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

internal_state

Declaration

Source position: zlib_zbase.pas line 247

type internal_state = record

  mode: inflate_mode;

  sub: record

    case Byte of

      0: (

          method: uInt;

        );

      1: (

          check: record

            was: uLong;

            need: uLong;

          end;

        );

      2: (

          marker: uInt;

        );

  end;

  nowrap: Boolean;

  wbits: uInt;

  blocks: pInflate_blocks_state;

end;

Notes

 No notes exist for this page yet. 





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