![]() |
![]() ![]() ![]() ![]() |
Function |
int main( int argc, char* argv[]);
CSpoofBase::InitializeSockets(); CAsyncSocket::Initialize(); CSocketThreadManager* pManager; pManager=new CSocketThreadManager(10,0); MSG msg; while (GetMessage(&msg,NULL,0,0)) { //Translate and dispatch TranslateMessage(&msg); DispatchMessage(&msg); } delete pManager; CSpoofBase::ShutdownSockets(); return 0;
![]() |
Site content copyright © 2001 Barak Weichselbaum. See the About page for additional notices. This page last updated: 24 Apr 2001. |