VC++ sample for fast notification interface? - WeOnlyDo Discussion board

VC++ sample for fast notification interface? (wodSmtp)

by Paul, Monday, October 10, 2005, 21:56 (6772 days ago)

I'm wanting to use wodSMTP (COM component) asynchronously in a worker thread (no message loop). I need the async model so that I can abort a long send if necessary.

In this situation, the event approach doesn't work (due to lack of message loop), so I'm guessing that the notification interface is required?

If so, are there any VC++ samples covering use of this inteface?


Complete thread: