Sends an end-of-interrupt (EOI) signal to the interrupt hardware then signals and activates the interrupt thread associated with the specified level. You can make this call only from an interrupt handler.
BOOLEAN SignalRtInterruptThread( WORD wLevel );
wLevel
TRUE
FALSE
E_LIMIT 0x0004
E_CONTEXT 0x0005
E_INT_SATURATION 0x0009
byMaxInt
parameter.
E_INTERRUPT_OVERFLOW 0x000A
byMaxInt
in SetRtInterruptHandler). The system disabled the interrupt level to prevent additional accumulations of SignalRtInterruptThread requests.
E_PARAM 0x8004
wLevel
is invalid. Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 | intime/rt/include/rtbase.h | rt.h | rt.lib |