|
ReactOS 0.4.17-dev-357-ga8f14ff
|

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 |
| DWORD | cCustData |
| custdata_info | custdata [5] |
| element_info | params [15] |
| LPCSTR | names [15] |
| CALLCONV _function_info::callconv |
Definition at line 4808 of file typelib.c.
Referenced by test_dump_typelib().
| DWORD _function_info::cCustData |
Definition at line 4815 of file typelib.c.
Referenced by test_dump_typelib().
| short _function_info::cParams |
Definition at line 4809 of file typelib.c.
Referenced by test_dump_typelib().
| short _function_info::cParamsOpt |
Definition at line 4810 of file typelib.c.
Referenced by test_dump_typelib().
| short _function_info::cScodes |
Definition at line 4812 of file typelib.c.
Referenced by test_dump_typelib().
| custdata_info _function_info::custdata[5] |
Definition at line 4816 of file typelib.c.
Referenced by test_dump_typelib().
| FUNCKIND _function_info::funckind |
Definition at line 4806 of file typelib.c.
Referenced by test_dump_typelib().
| INVOKEKIND _function_info::invkind |
Definition at line 4807 of file typelib.c.
Referenced by test_dump_typelib().
| MEMBERID _function_info::memid |
Definition at line 4805 of file typelib.c.
Referenced by test_dump_typelib().
| LPCSTR _function_info::names[15] |
Definition at line 4818 of file typelib.c.
Referenced by test_dump_typelib().
| element_info _function_info::params[15] |
Definition at line 4817 of file typelib.c.
Referenced by test_dump_typelib().
| element_info _function_info::ret_type |
Definition at line 4814 of file typelib.c.
Referenced by test_dump_typelib().
| short _function_info::vtbl_index |
Definition at line 4811 of file typelib.c.
Referenced by test_dump_typelib().
| WORD _function_info::wFuncFlags |
Definition at line 4813 of file typelib.c.
Referenced by test_dump_typelib().