|
ReactOS 0.4.16-dev-1946-g52006dd
|

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 94 of file write_msft.c.
| int _msft_typeinfo_t::datawidth |
Definition at line 117 of file write_msft.c.
| int* _msft_typeinfo_t::func_data |
Definition at line 105 of file write_msft.c.
Definition at line 104 of file write_msft.c.
| int* _msft_typeinfo_t::func_indices |
Definition at line 113 of file write_msft.c.
| int* _msft_typeinfo_t::func_names |
Definition at line 114 of file write_msft.c.
| int* _msft_typeinfo_t::func_offsets |
Definition at line 115 of file write_msft.c.
| int _msft_typeinfo_t::funcs_allocated |
Definition at line 112 of file write_msft.c.
| struct _msft_typeinfo_t* _msft_typeinfo_t::next_typeinfo |
Definition at line 119 of file write_msft.c.
| MSFT_TypeInfoBase* _msft_typeinfo_t::typeinfo |
Definition at line 97 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(), and ctl2_alloc_typeinfo().
| int _msft_typeinfo_t::typekind |
Definition at line 99 of file write_msft.c.
Referenced by create_msft_typeinfo().
| msft_typelib_t* _msft_typeinfo_t::typelib |
Definition at line 96 of file write_msft.c.
Referenced by create_msft_typeinfo().
| int* _msft_typeinfo_t::var_data |
Definition at line 102 of file write_msft.c.
Definition at line 101 of file write_msft.c.
| int* _msft_typeinfo_t::var_indices |
Definition at line 108 of file write_msft.c.
| int* _msft_typeinfo_t::var_names |
Definition at line 109 of file write_msft.c.
| int* _msft_typeinfo_t::var_offsets |
Definition at line 110 of file write_msft.c.
| int _msft_typeinfo_t::vars_allocated |
Definition at line 107 of file write_msft.c.