Microsoft SDK for Java

Thread_IsInterrupted

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.

Syntax

BOOL __cdecl Thread_IsInterrupted(BOOL fResetInterruptFlag);

Parameters

fResetInterruptFlag Indicates whether to reset the interrupt flag.

Remarks

This function was added as of versions 2437 through 2925 of the Microsoft virtual machine.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.