The WM_INITMENUPOPUP message is sent when a drop-down menu or submenu is about to become active. This allows an application to modify the menu before it is displayed, without changing the entire menu.
WM_INITMENUPOPUP hmenuPopup = (HMENU) wParam; // handle of submenu uPos = (UINT) LOWORD(lParam); // submenu item position fSystemMenu = (BOOL) HIWORD(lParam); // window menu flag
If an application processes this message, it should return zero.
See also:
| file: /Techref/os/win/api/win32/mess/src/msg24_28.htm, 1KB, , updated: 2000/4/7 12:20, local time: 2012/5/24 20:04,
38.107.179.231: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/mess/src/msg24_28.htm"> WM_INITMENUPOPUP</A> |
| Did you find what you needed? |
|
Calculator 7-seg LED chars, port values, resistor color codes and common values, ohms law, wavelength / frequency, RMS and Peak, max value for x bits, etc... |
.