ReactOS 0.4.15-dev-7924-g5949c20
_msft_typeinfo_t Struct Reference
Collaboration diagram for _msft_typeinfo_t:

Public Attributes

msft_typelib_ttypelib
 
MSFT_TypeInfoBasetypeinfo
 
int typekind
 
unsigned int var_data_allocated
 
intvar_data
 
unsigned int func_data_allocated
 
intfunc_data
 
int vars_allocated
 
intvar_indices
 
intvar_names
 
intvar_offsets
 
int funcs_allocated
 
intfunc_indices
 
intfunc_names
 
intfunc_offsets
 
int datawidth
 
struct _msft_typeinfo_tnext_typeinfo
 

Detailed Description

Definition at line 113 of file write_msft.c.

Member Data Documentation

◆ datawidth

int _msft_typeinfo_t::datawidth

Definition at line 136 of file write_msft.c.

◆ func_data

int* _msft_typeinfo_t::func_data

Definition at line 124 of file write_msft.c.

◆ func_data_allocated

unsigned int _msft_typeinfo_t::func_data_allocated

Definition at line 123 of file write_msft.c.

◆ func_indices

int* _msft_typeinfo_t::func_indices

Definition at line 132 of file write_msft.c.

◆ func_names

int* _msft_typeinfo_t::func_names

Definition at line 133 of file write_msft.c.

◆ func_offsets

int* _msft_typeinfo_t::func_offsets

Definition at line 134 of file write_msft.c.

◆ funcs_allocated

int _msft_typeinfo_t::funcs_allocated

Definition at line 131 of file write_msft.c.

◆ next_typeinfo

struct _msft_typeinfo_t* _msft_typeinfo_t::next_typeinfo

Definition at line 138 of file write_msft.c.

◆ typeinfo

◆ typekind

int _msft_typeinfo_t::typekind

Definition at line 118 of file write_msft.c.

Referenced by create_msft_typeinfo().

◆ typelib

msft_typelib_t* _msft_typeinfo_t::typelib

Definition at line 115 of file write_msft.c.

Referenced by create_msft_typeinfo().

◆ var_data

int* _msft_typeinfo_t::var_data

Definition at line 121 of file write_msft.c.

◆ var_data_allocated

unsigned int _msft_typeinfo_t::var_data_allocated

Definition at line 120 of file write_msft.c.

◆ var_indices

int* _msft_typeinfo_t::var_indices

Definition at line 127 of file write_msft.c.

◆ var_names

int* _msft_typeinfo_t::var_names

Definition at line 128 of file write_msft.c.

◆ var_offsets

int* _msft_typeinfo_t::var_offsets

Definition at line 129 of file write_msft.c.

◆ vars_allocated

int _msft_typeinfo_t::vars_allocated

Definition at line 126 of file write_msft.c.


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