System.ZLib.z_stream_s

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  z_stream_s = z_stream;

C++

typedef z_stream z_stream_s;

Properties

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

Description

z_stream_s represents an alias for z_stream.

See Also