InterviewSolution
Saved Bookmarks
| 1. |
If Application Hangs While Sendmessage Is Waiting For The Result, How You Handle It? |
|
Answer» Instead of SendMessage API i will USE the SendMessageTimeout API to solve the SYSTEM HANG or You can use PostMessage API instead. Instead of SendMessage API i will use the SendMessageTimeout API to solve the system hang or You can use PostMessage API instead. |
|