ReactOS 0.4.15-dev-7953-g1f49173
chmcSection Struct Reference

#include <chmc.h>

Collaboration diagram for chmcSection:

Public Attributes

struct list_head list
 
char name [CHMC_SECTNAME_MAXLEN]
 
UInt64 offset
 
UInt64 len
 
char filename [PATH_MAX]
 
int fd
 
struct chmcLzxcResetTable reset_table_header
 
struct chmcLzxcControlData control_data
 
struct list_head mark_list
 
int mark_count
 

Detailed Description

Definition at line 217 of file chmc.h.

Member Data Documentation

◆ control_data

struct chmcLzxcControlData chmcSection::control_data

Definition at line 225 of file chmc.h.

Referenced by chmc_control_data_init().

◆ fd

int chmcSection::fd

Definition at line 223 of file chmc.h.

◆ filename

char chmcSection::filename[PATH_MAX]

Definition at line 222 of file chmc.h.

◆ len

UInt64 chmcSection::len

Definition at line 221 of file chmc.h.

◆ list

struct list_head chmcSection::list

Definition at line 218 of file chmc.h.

◆ mark_count

int chmcSection::mark_count

Definition at line 227 of file chmc.h.

◆ mark_list

struct list_head chmcSection::mark_list

Definition at line 226 of file chmc.h.

◆ name

char chmcSection::name[CHMC_SECTNAME_MAXLEN]

Definition at line 219 of file chmc.h.

◆ offset

UInt64 chmcSection::offset

Definition at line 220 of file chmc.h.

◆ reset_table_header

struct chmcLzxcResetTable chmcSection::reset_table_header

Definition at line 224 of file chmc.h.


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