System.ZLib.gzFile

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type gzFile = ^Pointer;

C++

typedef void * gzFile;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
pointer
typedef
public
System.pas
System.ZLib.hpp
System.ZLib System.ZLib

Beschreibung

gzFile repräsentiert einen Alias für Pointer.

Siehe auch