Hi I m generating some keyboard events on my application using keybd_event(). But I want to check that my application actually got my previous KEYDOWN and KEYUP before i do next set of keydown and keyup (for synchrnization ) Is there any api that will let me know that the my application has actually recieved /processed the event.
thanks and advance