api에서 하듯이


if(PeekMessage())

{

DispatchMSG();

}

else

{

DoSomething();

}


이런식으로 하고싶은데