I want to create a thread that waits for activity on a TCP socket as well as some other application specific events. To achieve this I was thinking if I can use the event handle that I associated with a socket using WSAEventSelect() along with other general purpose (my app specific events) in a WaitForMultipleObjects() function?
I am writing my application on Windows Embedded Compact 7