System.ZLib.z_streamp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

z_streamp = ^z_stream;

C++

typedef z_stream *z_streamp;

Properties

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

Description

z_streamp represents a pointer to a z_stream.

See Also