System.ZLib.gz_headerp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

gz_headerp = ^gz_header;

C++

typedef gz_header *gz_headerp;

Properties

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

Description

gz_headerp represents a pointer to a gz_header.

See Also