Ness
March 13th, 2004, 11:54 AM
When using WSAAsyncSelect, I can only use one message for one event. But in the MSDN documentation, they mention you can register different events to one messasge. Now my question is, if I did register a few events to a message, how would I differ one event from another event since each event is being delivered to the same message? Would I be able to get the event ID? Or do I have to use a low/high-word. And if I do, what would I recieve it from? wParam?