====== WINMSG event ====== ==== Description ==== The WINMSG event is generated for each Windows message that is requested using [[qualify_event_message|QUALIFY_EVENT]]. ==== Syntax ==== //bForward// = **WINMSG**(//CtrlEntID, CtrlClassID, hWnd, Message, wParam, lParam//) ==== Parameters ==== WINMSG accepts the following parameters: ^Parameter^Description^ |HWnd|Window handle that the message was received by| |Message|The message ID| |wParam|The first parameter sent with the message| |lParam|The second parameter sent with the message| ==== See Also ==== [[qualify_event_message|QUALIFY_EVENT message]], [[catching_mouse_events_in_a_window|Catching Mouse Events in a Form]]