PjEnableCancelKey Enumeration
Project Developer Reference |
Constant specifying how to handle the CTRL+BREAK key combination.
Requirements
Name | Value | Description |
---|---|---|
pjDisabled | 0 | CTRL+BREAK is ignored. |
pjErrorHandler | 2 | Sends the interrupt to the macro as a trappable error. The error code is 18. |
pjInterrupt | 1 | CTRL+BREAK interrupts the macro. |