Is there any way to programmatically check the priority of a window messages in its message queue?
For example: Some of window messages, WM_PAINT
and WM_TIMER
are known have the lowest priority and be placed after messages with highest priority.
I'm looking for something by which you can confirm that which one of two messages will have the lowest or highest priority or which message will be sent first or last?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…