System.ZLib.Pinternal_state

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

Pinternal_state = ^internal_state;

C++

typedef internal_state *Pinternal_state;

Properties

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

Description

Pinternal_state represents a pointer to an internal_state.

See Also