Re: PutFile error 30023 (General questions)
Does it use the single-threaded or multi-threaded apartment model?
I am using non-blocking calls because the Connect call would sometimes block forever, even when I set the timeout. With non-blocking calls, I can set up a timer and call Abort if the Connect is taking too long.
Joe