12 lines
383 B
C
12 lines
383 B
C
//---------------------------------------------------------------------------
|
|
|
|
#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
|