Recently, I got a job(C/C++) to use message communication between different threads in Windows. I Googled and find that the Windows also got a message queue too, but it is more related to a window, actually, I do not need any window in my application.
Like the message queue in Linux, each thread create a message queue and got a message queue ID, sending message to that ID, receive from that ID and so on, that is the message queue I need.
Is there any similar mechanism(s) in Windows works like that?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…