Newsgroups : Microsoft : microsoft.public.inetsdk.programming.wininet : 2007 Jul : Abort Inet function from another thread
| Subject: | Abort Inet function from another thread |
| Posted by: | nt8jbwu..@sneakemail.com |
| Date: | Thu, 26 Jul 2007 14:44:39 |
I have an app that is acting as an FTP client. I have a thread that
is doing the ftp work and another that is monitoring
a socket for commands. When the ftp thread is in the middle of an
FTP command (such as a large download) is
there a way to abort the connection from the command thread?
If so, how?
Thanks.