读书人

CAsynsCosket的基于对话框的通信linst

发布时间: 2012-06-06 16:44:11 作者: rapoo

CAsynsCosket的基于对话框的通信linsten()函数执行时,会触发系统调用虚函数OnAccept函数吧?
如题

[解决办法]
Called by the framework to notify a listening socket that it can accept pending connection requests by calling the Accept member function.


virtual void OnAccept(
int nErrorCode
);

------
调用Accept函数的时候

读书人网 >VC/MFC

热点推荐