What is the best way to pass more than one argument to the LPVOID parameter of CreateThread -- No MFC? (I am actually using _beginthreadex, which is virtually identical.) I, of course, am assuming it is possible.

I have tried everything but only get compiler errors.

If it isn't possible, how else can I pass arguments to a thread before it starts?

thanks