| 
    IDA SDK
    
   | 
 
Manage a custom refinfo type Custom refinfos are usually used to handle custom fixups, but can also be used to display non-standard references.
Public Attributes | |
| int32 | cbsize | 
| size of this structure  | |
| const char * | name | 
| Format name, must be unique.  | |
| const char * | desc | 
| Refinfo description to use in Ctrl-R dialog.  | |
| int | props | 
| properties (currently 0)  | |
| int(idaapi * | gen_expr )(qstring *buf, qstring *format, ea_t ea, int opnum, const refinfo_t &ri, ea_t from, adiff_t *opval, ea_t *target, ea_t *fullvalue, int getn_flags) | 
| bool(idaapi * | calc_reference_data )(ea_t *target, ea_t *base, ea_t from, const refinfo_t &ri, adiff_t opval) | 
| void(idaapi * | get_format )(qstring *format) |