|
This enumeration lists the possible integer return statuses of the ProcessEvents method.
enum InterruptReturnStatus { INTR_RET_OK, INTR_RET_INTR };
Members |
Description |
INTR_RET_OK |
No special action has to be undertaken. |
INTR_RET_INTR |
A keyboard interrupt has been issued. |