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
|
Results 1 to 1 of 1
Threaded View
|
Click Here to Expand Forum to Full Width |