Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 PostThreadMessage() 和 GetMessage() 将数据发送到队列并从队列中读取数据。但我想检查该数据是否在队列中。你能告诉我如何检查我是谁通过 PostThreadMessage() 发送。
查看带有标志 PM_NOREMOVE的PeekMessage