ReactOS 0.4.16-dev-1946-g52006dd
_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 94 of file write_msft.c.

Member Data Documentation

◆ datawidth

int _msft_typeinfo_t::datawidth

Definition at line 117 of file write_msft.c.

◆ func_data

int* _msft_typeinfo_t::func_data

Definition at line 105 of file write_msft.c.

◆ func_data_allocated

unsigned int _msft_typeinfo_t::func_data_allocated

Definition at line 104 of file write_msft.c.

◆ func_indices

int* _msft_typeinfo_t::func_indices

Definition at line 113 of file write_msft.c.

◆ func_names

int* _msft_typeinfo_t::func_names

Definition at line 114 of file write_msft.c.

◆ func_offsets

int* _msft_typeinfo_t::func_offsets

Definition at line 115 of file write_msft.c.

◆ funcs_allocated

int _msft_typeinfo_t::funcs_allocated

Definition at line 112 of file write_msft.c.

◆ next_typeinfo

struct _msft_typeinfo_t* _msft_typeinfo_t::next_typeinfo

Definition at line 119 of file write_msft.c.

◆ typeinfo

◆ typekind

int _msft_typeinfo_t::typekind

Definition at line 99 of file write_msft.c.

Referenced by create_msft_typeinfo().

◆ typelib

msft_typelib_t* _msft_typeinfo_t::typelib

Definition at line 96 of file write_msft.c.

Referenced by create_msft_typeinfo().

◆ var_data

int* _msft_typeinfo_t::var_data

Definition at line 102 of file write_msft.c.

◆ var_data_allocated

unsigned int _msft_typeinfo_t::var_data_allocated

Definition at line 101 of file write_msft.c.

◆ var_indices

int* _msft_typeinfo_t::var_indices

Definition at line 108 of file write_msft.c.

◆ var_names

int* _msft_typeinfo_t::var_names

Definition at line 109 of file write_msft.c.

◆ var_offsets

int* _msft_typeinfo_t::var_offsets

Definition at line 110 of file write_msft.c.

◆ vars_allocated

int _msft_typeinfo_t::vars_allocated

Definition at line 107 of file write_msft.c.


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