System.ZLib.gz_header

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

gz_header = record

C++

struct DECLSPEC_DRECORD gz_header
{
public:
    int text;
    System::LongWord time;
    int xflags;
    int os;
    System::Byte *extra;
    unsigned extra_len;
    unsigned extra_max;
    char * name;
    unsigned name_max;
    char * comment;
    unsigned comm_max;
    int hcrc;
    int done;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
System.ZLib.pas
System.ZLib.hpp
System.ZLib System.ZLib

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。