ReactOS 0.4.15-dev-8621-g4b051b9
|
Public Attributes | |
char | magic |
char | flags |
short | next |
short | name |
int | dispid |
short | helpcontext |
short | helpstring |
short | arg_off |
char | nacc |
char | retnextopt |
short | rettype |
short | vtblpos |
short | funcflags |
Definition at line 209 of file write_sltg.c.
short sltg_function::arg_off |
Definition at line 218 of file write_sltg.c.
Referenced by add_func_desc().
int sltg_function::dispid |
Definition at line 215 of file write_sltg.c.
Referenced by add_func_desc().
char sltg_function::flags |
Definition at line 212 of file write_sltg.c.
Referenced by add_func_desc().
short sltg_function::funcflags |
Definition at line 225 of file write_sltg.c.
Referenced by add_func_desc().
short sltg_function::helpcontext |
Definition at line 216 of file write_sltg.c.
Referenced by add_func_desc().
short sltg_function::helpstring |
Definition at line 217 of file write_sltg.c.
Referenced by add_func_desc().
char sltg_function::magic |
Definition at line 211 of file write_sltg.c.
Referenced by add_func_desc().
char sltg_function::nacc |
Definition at line 219 of file write_sltg.c.
Referenced by add_func_desc().
short sltg_function::name |
Definition at line 214 of file write_sltg.c.
Referenced by add_func_desc().
short sltg_function::next |
Definition at line 213 of file write_sltg.c.
Referenced by add_func_desc().
char sltg_function::retnextopt |
Definition at line 220 of file write_sltg.c.
Referenced by add_func_desc().
short sltg_function::rettype |
Definition at line 223 of file write_sltg.c.
Referenced by add_func_desc().
short sltg_function::vtblpos |
Definition at line 224 of file write_sltg.c.
Referenced by add_func_desc().