I have question about QueueUserAPC.
I made two console app.
one app pass it's thread id to another thread in different process
and second app call QueueUserAPC with received thread id
but callback function is never called
I made client to sleep to prevent termination before callback function
is called
but there is no calling back from called thread
source files are attached
Thank you
Sean