VOID mouse_event(<br> DWORD dwFlags, // flags specifying various motion/click variants<br> DWORD dx, // horizontal mouse position or position change<br> DWORD dy, // vertical mouse position or position change<br> DWORD dwData, // amount of wheel movement<br> DWORD dwExtraInfo <br> // 32 bits of application-defined information<br>);<br> <br>VOID keybd_event(<br> BYTE bVk, // virtual-key code<br> BYTE bScan, // hardware scan code<br> DWORD dwFlags, // flags specifying various function options<br> DWORD dwExtraInfo // additional data associated with keystroke<br>);<br>