System.ZLib.internal_state

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  internal_state = record end; {Dummy record}

C++

struct DECLSPEC_DRECORD internal_state
{
};

Properties

Type Visibility Source Unit Parent
record
struct
public
System.ZLib.pas
System.ZLib.hpp
System.ZLib System.ZLib

Description

For internal use only.

internal_state is a dummy record, not visible to applications. Do not use this structure. It is for internal use only.


See Also