The FMEVENT_INITMENU message is sent to an extension DLL when the user selects the menu for the extension from the File Manager menu bar. The extension can use this notification to initialize menu items in the menu.
FMEVENT_INITMENU hmenu = (HMENU) lParam; /* handle of File Manager menu */
An extension DLL should return zero if it processes this message.
An extension DLL receives this message only when the user selects the top-level menu. If the extension contains submenus, it must initialize them at the same time it initializes the top-level menu.
file: /Techref/os/win/api/win32/mess/src/msg07_28.htm, 1KB, , updated: 2000/4/7 11:14, local time: 2024/11/14 11:36,
18.221.66.64:LOG IN
|
©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/msg07_28.htm"> FMEVENT_INITMENU</A> |
Did you find what you needed? |