System.ZLib.gzFile

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type gzFile = ^Pointer;

C++

typedef void * gzFile;

Properties

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

Description

gzFile represents an alias for Pointer.

See Also