Hi,

What I want to do is pass two parameters to a function when I am using a thread

This is the Code when I'm calling the function...
dwServerThread = _beginthreadex(NULL,
0,
ClientAccept,
(void *) sListen,
0,
&uThreadID
)


The