Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

tty_yield?

May
12,846
164
What sort of message will cause tty_yield() to return?
Code:
void WINAPI tty_yield( int nWait );
/*
   Retrieve messages & give some time to other apps.
   If nWait != 0, wait for a message to arrive before returning
*/
I'd like to implement a "BPAUSE" (or something like that, for batch files) that will do nothing other than pause until a key is pressed. Any suggestions?
 
Back
Top