ReactOS 0.4.16-dev-470-g91b8923
|
Public Attributes | |
msft_typelib_t * | typelib |
MSFT_TypeInfoBase * | typeinfo |
int | typekind |
unsigned int | var_data_allocated |
int * | var_data |
unsigned int | func_data_allocated |
int * | func_data |
int | vars_allocated |
int * | var_indices |
int * | var_names |
int * | var_offsets |
int | funcs_allocated |
int * | func_indices |
int * | func_names |
int * | func_offsets |
int | datawidth |
struct _msft_typeinfo_t * | next_typeinfo |
Definition at line 113 of file write_msft.c.
int _msft_typeinfo_t::datawidth |
Definition at line 136 of file write_msft.c.
int* _msft_typeinfo_t::func_data |
Definition at line 124 of file write_msft.c.
Definition at line 123 of file write_msft.c.
int* _msft_typeinfo_t::func_indices |
Definition at line 132 of file write_msft.c.
int* _msft_typeinfo_t::func_names |
Definition at line 133 of file write_msft.c.
int* _msft_typeinfo_t::func_offsets |
Definition at line 134 of file write_msft.c.
int _msft_typeinfo_t::funcs_allocated |
Definition at line 131 of file write_msft.c.
struct _msft_typeinfo_t* _msft_typeinfo_t::next_typeinfo |
Definition at line 138 of file write_msft.c.
MSFT_TypeInfoBase* _msft_typeinfo_t::typeinfo |
Definition at line 116 of file write_msft.c.
Referenced by add_coclass_typeinfo(), add_dispinterface_typeinfo(), add_enum_typeinfo(), add_interface_typeinfo(), add_module_typeinfo(), add_structure_typeinfo(), add_typedef_typeinfo(), add_union_typeinfo(), create_msft_typeinfo(), ctl2_alloc_segment(), ctl2_alloc_typeinfo(), ctl2_finalize_typeinfos(), and ctl2_write_typeinfos().
int _msft_typeinfo_t::typekind |
Definition at line 118 of file write_msft.c.
Referenced by create_msft_typeinfo().
msft_typelib_t* _msft_typeinfo_t::typelib |
Definition at line 115 of file write_msft.c.
Referenced by create_msft_typeinfo(), and create_msft_typelib().
int* _msft_typeinfo_t::var_data |
Definition at line 121 of file write_msft.c.
Definition at line 120 of file write_msft.c.
int* _msft_typeinfo_t::var_indices |
Definition at line 127 of file write_msft.c.
int* _msft_typeinfo_t::var_names |
Definition at line 128 of file write_msft.c.
int* _msft_typeinfo_t::var_offsets |
Definition at line 129 of file write_msft.c.
int _msft_typeinfo_t::vars_allocated |
Definition at line 126 of file write_msft.c.