Files
2026-06-13 00:10:11 +08:00

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