The MSG structure contains message information from a thread’s message queue.
typedef struct tagMSG { // msg
HWND hwnd;
UINT message;
WPARAM wParam;
LPARAM lParam;
DWORD time;
POINT pt;
} MSG;
See also:
| file: /Techref/os/win/api/win32/struc/src/str11_29.htm, 1KB, , updated: 2000/4/7 12:20, local time: 2012/5/24 21:06,
38.107.179.230:LOG IN |
| ©2012 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/tecHREF/os/win/api/win32/struc/src/str11_29.htm"> MSG</A> |
| Did you find what you needed? |
.