ReactOS 0.4.15-dev-7958-gcd0bb1a
inf_section Struct Reference
Collaboration diagram for inf_section:

Public Attributes

struct list entry
 
charname
 
struct list values
 
struct inf_filefile
 

Detailed Description

Definition at line 39 of file inf.c.

Member Data Documentation

◆ entry

struct list inf_section::entry

Definition at line 41 of file inf.c.

Referenced by inf_free(), and inf_section_parse().

◆ file

struct inf_file* inf_section::file

Definition at line 45 of file inf.c.

Referenced by inf_section_parse().

◆ name

char* inf_section::name

Definition at line 42 of file inf.c.

Referenced by inf_get_section(), and inf_section_parse().

◆ values

struct list inf_section::values

Definition at line 43 of file inf.c.

Referenced by inf_section_next_value(), inf_section_parse(), and inf_value_parse().


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