ReactOS 0.4.16-dev-122-g325d74c
|
Public Attributes | |
char * | content |
DWORD | size |
struct list | sections |
struct inf_file * | next |
WCHAR * | strings |
WCHAR * | string_pos |
unsigned int | nb_sections |
unsigned int | alloc_sections |
struct section ** | sections |
unsigned int | nb_fields |
unsigned int | alloc_fields |
struct field * | fields |
int | strings_section |
WCHAR * | filename |
char* inf_file::content |
Definition at line 50 of file inf.c.
Referenced by inf_free(), inf_load(), and inf_process_content().
Definition at line 68 of file parser.c.
Referenced by SetupEnumInfSectionsA(), and SetupEnumInfSectionsW().
Definition at line 52 of file inf.c.
Referenced by inf_free(), inf_load(), inf_next_section(), and inf_section_parse().
DWORD inf_file::size |
Definition at line 51 of file inf.c.
Referenced by inf_load().