On Wed Oct 22 11:20:09 2025 +0000, Rémi Bernon wrote:
NtUserMsgWaitForMultipleObjectsEx will not return anymore until the queue is signaled. With the given masks it will unlikely be.
Also, this doesn't replace the wait with `NtWaitForSingleObject`, it only adds the event so that the wait eventually returns even if the queue isn't signaled.