hook PeekMessageA for EV Nova
This commit is contained in:
parent
e4de1ada14
commit
86e3de4ad6
6 changed files with 108 additions and 2 deletions
|
@ -30,6 +30,7 @@ BOOL WINAPI fake_ShowWindow(HWND hWnd, int nCmdShow);
|
|||
HWND WINAPI fake_GetTopWindow(HWND hWnd);
|
||||
HWND WINAPI fake_GetForegroundWindow(void);
|
||||
HHOOK WINAPI fake_SetWindowsHookExA(int idHook, HOOKPROC lpfn, HINSTANCE hmod, DWORD dwThreadId);
|
||||
BOOL WINAPI fake_PeekMessageA(LPMSG lpMsg, HWND hWnd, UINT wMsgFilterMin, UINT wMsgFilterMax, UINT wRemoveMsg);
|
||||
int WINAPI fake_GetDeviceCaps(HDC hdc, int index);
|
||||
|
||||
BOOL WINAPI fake_StretchBlt(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue