Tagged Questions
0
votes
1answer
476 views
How to use WSAAsyncSelect from WinAPI in C#?
I'm tired of the .NET BeginRead,EndRead stuff.I'd love to use WSAAsyncSelect the way I used to in Delphi/C++
//Async CallBack handler Declaration
procedure MessageHandler(var Msg:Tmessage);Message ...