|
IDA SDK
|
Passed as 'wfne' parameter to wait_for_next_event()
Macros | |
| #define | WFNE_ANY 0x0001 |
| return the first event (even if it doesn't suspend the process) | |
| #define | WFNE_SUSP 0x0002 |
| wait until the process gets suspended | |
| #define | WFNE_SILENT 0x0004 |
| 1: be silent, 0:display modal boxes if necessary | |
| #define | WFNE_CONT 0x0008 |
| continue from the suspended state | |
| #define | WFNE_NOWAIT 0x0010 |
| do not wait for any event, immediately return DEC_TIMEOUT (to be used with WFNE_CONT) | |
| #define | WFNE_USEC 0x0020 |
| timeout is specified in microseconds (minimum non-zero timeout is 40000us) | |