|
ReactOS 0.4.16-dev-1946-g52006dd
|

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 205 of file write_sltg.c.
| short sltg_function::arg_off |
Definition at line 214 of file write_sltg.c.
Referenced by add_func_desc().
| int sltg_function::dispid |
Definition at line 211 of file write_sltg.c.
Referenced by add_func_desc().
| char sltg_function::flags |
Definition at line 208 of file write_sltg.c.
Referenced by add_func_desc().
| short sltg_function::funcflags |
Definition at line 221 of file write_sltg.c.
Referenced by add_func_desc().
| short sltg_function::helpcontext |
Definition at line 212 of file write_sltg.c.
Referenced by add_func_desc().
| short sltg_function::helpstring |
Definition at line 213 of file write_sltg.c.
Referenced by add_func_desc().
| char sltg_function::magic |
Definition at line 207 of file write_sltg.c.
Referenced by add_func_desc().
| char sltg_function::nacc |
Definition at line 215 of file write_sltg.c.
Referenced by add_func_desc().
| short sltg_function::name |
Definition at line 210 of file write_sltg.c.
Referenced by add_func_desc().
| short sltg_function::next |
Definition at line 209 of file write_sltg.c.
Referenced by add_func_desc().
| char sltg_function::retnextopt |
Definition at line 216 of file write_sltg.c.
Referenced by add_func_desc().
| short sltg_function::rettype |
Definition at line 219 of file write_sltg.c.
Referenced by add_func_desc().
| short sltg_function::vtblpos |
Definition at line 220 of file write_sltg.c.
Referenced by add_func_desc().