ReactOS 0.4.15-dev-7842-g558ab78
inf_file Struct Reference
Collaboration diagram for inf_file:

Public Attributes

charcontent
 
DWORD size
 
struct list sections
 
struct inf_filenext
 
WCHARstrings
 
WCHARstring_pos
 
unsigned int nb_sections
 
unsigned int alloc_sections
 
struct section ** sections
 
unsigned int nb_fields
 
unsigned int alloc_fields
 
struct fieldfields
 
int strings_section
 
WCHARfilename
 

Detailed Description

Definition at line 48 of file inf.c.

Member Data Documentation

◆ alloc_fields

unsigned int inf_file::alloc_fields

Definition at line 72 of file parser.c.

◆ alloc_sections

unsigned int inf_file::alloc_sections

Definition at line 69 of file parser.c.

◆ content

char* inf_file::content

Definition at line 50 of file inf.c.

Referenced by inf_free(), inf_load(), and inf_process_content().

◆ fields

struct field* inf_file::fields

Definition at line 73 of file parser.c.

◆ filename

WCHAR* inf_file::filename

Definition at line 75 of file parser.c.

◆ nb_fields

unsigned int inf_file::nb_fields

Definition at line 71 of file parser.c.

◆ nb_sections

unsigned int inf_file::nb_sections

Definition at line 68 of file parser.c.

Referenced by SetupEnumInfSectionsA(), and SetupEnumInfSectionsW().

◆ next

struct inf_file* inf_file::next

Definition at line 65 of file parser.c.

◆ sections [1/2]

struct list inf_file::sections

Definition at line 52 of file inf.c.

Referenced by inf_free(), inf_load(), inf_next_section(), and inf_section_parse().

◆ sections [2/2]

struct section** inf_file::sections

Definition at line 70 of file parser.c.

◆ size

DWORD inf_file::size

Definition at line 51 of file inf.c.

Referenced by inf_load().

◆ string_pos

WCHAR* inf_file::string_pos

Definition at line 67 of file parser.c.

◆ strings

WCHAR* inf_file::strings

Definition at line 66 of file parser.c.

◆ strings_section

int inf_file::strings_section

Definition at line 74 of file parser.c.


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