#pragma once #define MSGID_CBT 0 #define MSGID_KB 10 #define MSGID_MOUSE 20 #define MSGID_NEW 30 __declspec (dllimport) void SetControllerHwnd( HWND ); __declspec (dllimport) void SetTargetHwnd( HWND ); __declspec (dllimport) bool InstallHook( int, DWORD); __declspec (dllimport) bool UninstallHook(void);