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.
file: /Techref/os/win/api/win32/mess/src/msg24_28.htm, 1KB, , updated: 2000/4/7 11:20, local time: 2024/11/5 06:55,
3.145.179.177:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 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://linistepper.com/techref/os/win/api/win32/mess/src/msg24_28.htm"> WM_INITMENUPOPUP</A> |
Did you find what you needed? |