ReactOS 0.4.16-dev-311-g9382aa2
|
#include <widltypes.h>
Public Attributes | |
char * | name |
const attr_list_t * | attrs |
struct list | importlibs |
statement_list_t * | stmts |
Definition at line 514 of file widltypes.h.
const attr_list_t* _typelib_t::attrs |
Definition at line 516 of file widltypes.h.
Referenced by init_library(), and write_id_data_stmts().
Definition at line 517 of file widltypes.h.
char* _typelib_t::name |
Definition at line 515 of file widltypes.h.
Referenced by init_library(), and write_id_data_stmts().
statement_list_t* _typelib_t::stmts |
Definition at line 518 of file widltypes.h.
Referenced by write_forward_decls(), write_header_stmts(), write_id_data_stmts(), and write_imports().