How to kill an overlapped thread ?
Posted by maurel on Feb 24, 2005; 1:10pm
URL: https://forum.world.st/How-to-kill-an-overlapped-thread-tp3373253.html
From Dolphin I am calling an external dll, I am using the overlap
mechanism
because the call returns in 10 mins.
Is there a way to stop such a call while it is executing ? perhaps by
killing
the overlapped thread ?
I read in the Dolphin Education center that the threads used to perform
overlapped calls are maintained in a pool.
How can I get a reference to that pool ?