Checks to see if the current thread is interrupted and optionally resets the interrupt flag. Used in RNI code to determine if some other thread has called Thread.interrupt and wants the current thread to stop.
BOOL __cdecl Thread_IsInterrupted(BOOL fResetInterruptFlag);
fResetInterruptFlag | Indicates whether to reset the interrupt flag. |
This function was added as of versions 2437 through 2925 of the Microsoft virtual machine.