Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
#ifndef MenuHookUnitH
|
||||
#define MenuHookUnitH
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
LRESULT CALLBACK MenuWndProc( HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam );
|
||||
LRESULT CALLBACK WindowsHook( int Code, UINT wParam, long lParam);
|
||||
//---------------------------------------------------------------------------
|
||||
#endif
|
||||
Reference in New Issue
Block a user