|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include <widltypes.h>

Public Attributes | |
| char * | name |
| const attr_list_t * | attrs |
| struct list | importlibs |
| statement_list_t * | stmts |
| type_t ** | reg_ifaces |
| unsigned int | reg_iface_count |
Definition at line 609 of file widltypes.h.
| const attr_list_t* _typelib_t::attrs |
Definition at line 611 of file widltypes.h.
Referenced by init_library(), and write_id_data_stmts().
Definition at line 612 of file widltypes.h.
| char* _typelib_t::name |
Definition at line 610 of file widltypes.h.
Referenced by init_library(), write_header_stmts(), and write_id_data_stmts().
Definition at line 616 of file widltypes.h.
| type_t** _typelib_t::reg_ifaces |
Definition at line 615 of file widltypes.h.
| statement_list_t* _typelib_t::stmts |
Definition at line 613 of file widltypes.h.
Referenced by write_forward_decls(), write_header_stmts(), write_id_data_stmts(), and write_imports().