System.ZLib.TZStreamRec

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TZStreamRec = z_stream;

C++

typedef z_stream TZStreamRec;

Properties

Type Visibility Source Unit Parent
record
typedef
public
System.ZLib.pas
System.ZLib.hpp
System.ZLib System.ZLib

Description

TZStreamRec represents an alias for z_stream.

See Also