assume I have a thread which is still running when the application is terminating
(This thread can not terminate because it waits for a Windows api call to return and that can be long...)
What happens to the thread if the application is closed ?
Can it raise an exception (I'm under Delphi) ?