المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : MFC - CAsyncSocket class



C++ Programming
01-13-2010, 02:51 AM
I have a very basic question to ask. I'm not able to find out if the OnReceive() function of the CAsyncSocket class will always be called automatically when a message is sent by the client OR do we have to write code such that the function is called everytime a message is sent?