键盘钩子案例 static extern void keybd_event(byte bVk, byte bScan, uint dwFlags, int dwExtraInfo); static extern short GetKeyState(int nVirtKey); if (wParam == WM_K