|
IDA C++ SDK 9.2
|
Element of functions table. See idcfuncs_t::funcs. More...
#include <expr.hpp>
Public Attributes | |
| const char * | name |
| Name of function. | |
| idc_func_t * | fptr |
| Pointer to the Function. | |
| const char * | args |
| Type of arguments. | |
| const idc_value_t * | defvals |
| Default argument values. | |
| int | ndefvals |
| Number of default values. | |
| int | flags |
| Function description flags | |
Element of functions table. See idcfuncs_t::funcs.
| const char* ext_idcfunc_t::name |
Name of function.
| idc_func_t* ext_idcfunc_t::fptr |
Pointer to the Function.
| const char* ext_idcfunc_t::args |
Type of arguments.
Terminated with 0. #VT_WILD at the end means a variadic function. Actual number of arguments will be passed in res->num in this case.
| const idc_value_t* ext_idcfunc_t::defvals |
Default argument values.
Only the rightmost arguments may have default values.
| int ext_idcfunc_t::ndefvals |
Number of default values.
| int ext_idcfunc_t::flags |