|
IDA SDK
|
Used by ext_idcfunc_t::flags.
Macros | |
| #define | EXTFUN_BASE 0x0001 |
| requires open database. | |
| #define | EXTFUN_NORET 0x0002 |
| does not return. More... | |
| #define | EXTFUN_SAFE 0x0004 |
| thread safe function. More... | |
| #define EXTFUN_NORET 0x0002 |
does not return.
the interpreter may clean up its state before calling it.
| #define EXTFUN_SAFE 0x0004 |
thread safe function.
may be called from any thread.
1.8.9.1