ReactOS 0.4.15-dev-8002-gbbb3b00
_API_INFO Struct Reference
Collaboration diagram for _API_INFO:

Public Attributes

struct _API_INFOnext
 
int tag_id
 
char name [100]
 
char filename [MAX_PATH]
 

Detailed Description

Definition at line 44 of file rgenstat.c.

Member Data Documentation

◆ filename

char _API_INFO::filename[MAX_PATH]

Definition at line 49 of file rgenstat.c.

Referenced by generate_xml_for_component(), and parse_file().

◆ name

char _API_INFO::name[100]

Definition at line 48 of file rgenstat.c.

Referenced by generate_xml_for_component(), and parse_file().

◆ next

struct _API_INFO* _API_INFO::next

Definition at line 46 of file rgenstat.c.

Referenced by generate_xml_for_component(), parse_file(), and read_input_file().

◆ tag_id

int _API_INFO::tag_id

Definition at line 47 of file rgenstat.c.

Referenced by generate_xml_for_component(), parse_file(), and skip_to_next_tag().


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