| 
    IDA SDK
    
   | 
 
Element of functions table. See idcfuncs_t::funcs.
Public Attributes | |
| const char * | name | 
| Name of function.  | |
| idc_func_t * | fptr | 
| Pointer to the Function.  | |
| const char * | args | 
| Type of arguments.  More... | |
| const idc_value_t * | defvals | 
| Default argument values.  More... | |
| int | ndefvals | 
| Number of default values.  | |
| int | flags | 
| Function description flags  | |
| 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.