Function Group main() Functions    Prev page: Global ItemsNext page: Global Items    Show member index
Function

'Declaration' icon -- Shortcut to top of page. Declaration

int main(
    int argc,
    char* argv[]);

'Function Body' icon -- Shortcut to top of page. Function Body

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;

'See Also' icon -- Shortcut to top of page. See Also

Function Group Overview Function Group Overview


Get Surveyor!This web site was generated using Surveyor V4.50.811.1.  Click here for more information. Site content copyright © 2001 Barak Weichselbaum. See the About page for additional notices. This page last updated: 24 Apr 2001.