ReactOS 0.4.15-dev-7953-g1f49173
lzfileheader Struct Reference

Public Attributes

BYTE magic [LZ_MAGIC_LEN]
 
BYTE compressiontype
 
CHAR lastchar
 
DWORD reallength
 

Detailed Description

Definition at line 83 of file lzexpand.c.

Member Data Documentation

◆ compressiontype

BYTE lzfileheader::compressiontype

Definition at line 85 of file lzexpand.c.

◆ lastchar

CHAR lzfileheader::lastchar

Definition at line 86 of file lzexpand.c.

◆ magic

BYTE lzfileheader::magic[LZ_MAGIC_LEN]

Definition at line 84 of file lzexpand.c.

◆ reallength

DWORD lzfileheader::reallength

Definition at line 87 of file lzexpand.c.


The documentation for this struct was generated from the following file: