ReactOS 0.4.16-dev-814-g656a5dc
|
#include <chm.h>
Public Attributes | |
UInt32 | version |
UInt32 | block_count |
UInt32 | entry_size |
UInt32 | table_offset |
UInt64 | uncompressed_len |
UInt64 | compressed_len |
UInt64 | block_len |
UInt32 chmcLzxcResetTable::block_count |
Definition at line 159 of file chm.h.
Referenced by chmc_reset_table_init().
UInt64 chmcLzxcResetTable::block_len |
Definition at line 164 of file chm.h.
Referenced by chmc_reset_table_init().
UInt64 chmcLzxcResetTable::compressed_len |
Definition at line 163 of file chm.h.
Referenced by chmc_reset_table_init().
UInt32 chmcLzxcResetTable::entry_size |
Definition at line 160 of file chm.h.
Referenced by chmc_reset_table_init().
UInt32 chmcLzxcResetTable::table_offset |
Definition at line 161 of file chm.h.
Referenced by chmc_reset_table_init().
UInt64 chmcLzxcResetTable::uncompressed_len |
Definition at line 162 of file chm.h.
Referenced by chmc_reset_table_init().
UInt32 chmcLzxcResetTable::version |
Definition at line 158 of file chm.h.
Referenced by chmc_reset_table_init().