Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- M E W E L - Norton Guide http://www.X-Hacker.org [^^Up^^] [Menu] [About The Guide]
 These functions deal with the transmission of messages throughout
 MEWEL. Every MEWEL application must have a message processing loop.
 The MSG structure is used in the main message loop. The MSG structure
 is defined as follows:

 typedef struct event
   HWND  hWnd;     /* handle of the window to whom the message should
 be sent to */
   WORD  message;  /* the message */
   WORD  wParam;   /* argument 1 */
   DWORD lParam;   /* argument 2 */
   DWORD time;     /* time which the message was generated */
   POINT pt;       /* position of the mouse */
 } MSG, *LPMSG;

 DispatchMessage
 GetMessage
 MouseSetDblClickTime
 PeekMessage
 PostWinMessage
 PostMessage
 SendWinMessage
 SendMessage

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson