ReactOS 0.4.16-dev-853-g88d9285
|
#include <chm.h>
Public Attributes | |
char | signature [4] |
Int32 | version |
Int32 | header_len |
Int32 | unknown_000c |
UInt32 | last_modified |
UInt32 | lang_id |
UChar | dir_uuid [16] |
UChar | stream_uuid [16] |
UInt64 | sect0_offset |
UInt64 | sect0_len |
UInt64 | dir_offset |
UInt64 | dir_len |
UInt64 | data_offset |
UInt64 chmcItsfHeader::data_offset |
Definition at line 103 of file chm.h.
Referenced by chmc_tree_done().
UInt64 chmcItsfHeader::dir_len |
Definition at line 102 of file chm.h.
Referenced by chmc_tree_done().
UInt64 chmcItsfHeader::dir_offset |
Definition at line 101 of file chm.h.
Referenced by chmc_init().
UChar chmcItsfHeader::dir_uuid[16] |
Definition at line 97 of file chm.h.
Referenced by chmc_init().
Int32 chmcItsfHeader::header_len |
Definition at line 93 of file chm.h.
Referenced by chmc_init().
UInt32 chmcItsfHeader::lang_id |
Definition at line 96 of file chm.h.
Referenced by chmc_init().
UInt64 chmcItsfHeader::sect0_len |
Definition at line 100 of file chm.h.
Referenced by chmc_init().
UInt64 chmcItsfHeader::sect0_offset |
Definition at line 99 of file chm.h.
Referenced by chmc_init().
char chmcItsfHeader::signature[4] |
Definition at line 91 of file chm.h.
Referenced by chmc_init().
UChar chmcItsfHeader::stream_uuid[16] |
Definition at line 98 of file chm.h.
Referenced by chmc_init().
Int32 chmcItsfHeader::unknown_000c |
Definition at line 94 of file chm.h.
Referenced by chmc_init().
Int32 chmcItsfHeader::version |
Definition at line 92 of file chm.h.
Referenced by chmc_init().