ReactOS 0.4.16-dev-937-g7afcd2a
|
Public Attributes | |
MEMBERID | memid |
FUNCKIND | funckind |
INVOKEKIND | invkind |
CALLCONV | callconv |
short | cParams |
short | cParamsOpt |
short | vtbl_index |
short | cScodes |
WORD | wFuncFlags |
element_info | ret_type |
element_info | params [15] |
LPCSTR | names [15] |
CALLCONV _function_info::callconv |
Definition at line 4240 of file typelib.c.
Referenced by test_dump_typelib().
short _function_info::cParams |
Definition at line 4241 of file typelib.c.
Referenced by test_dump_typelib().
short _function_info::cParamsOpt |
Definition at line 4242 of file typelib.c.
Referenced by test_dump_typelib().
short _function_info::cScodes |
Definition at line 4244 of file typelib.c.
Referenced by test_dump_typelib().
FUNCKIND _function_info::funckind |
Definition at line 4238 of file typelib.c.
Referenced by test_dump_typelib().
INVOKEKIND _function_info::invkind |
Definition at line 4239 of file typelib.c.
Referenced by test_dump_typelib().
MEMBERID _function_info::memid |
Definition at line 4237 of file typelib.c.
Referenced by test_dump_typelib().
LPCSTR _function_info::names[15] |
Definition at line 4248 of file typelib.c.
Referenced by test_dump_typelib().
element_info _function_info::params[15] |
Definition at line 4247 of file typelib.c.
Referenced by test_dump_typelib().
element_info _function_info::ret_type |
Definition at line 4246 of file typelib.c.
Referenced by test_dump_typelib().
short _function_info::vtbl_index |
Definition at line 4243 of file typelib.c.
Referenced by test_dump_typelib().
WORD _function_info::wFuncFlags |
Definition at line 4245 of file typelib.c.
Referenced by test_dump_typelib().