The FMEVENT_HELPSTRING message is sent to a File Manager extension DLL procedure when File Manager wants a help string for a menu or toolbar command item.
FMEVENT_HELPSTRING lpfmshs = (LPFMS_HELPSTRING) lParam; /* pointer to data transfer structure */
The FMS_HELPSTRING structure identifies the command item for which a help string is wanted, along with a handle to its menu. An application then writes the appropriate help string to the FMS_HELPSTRING structure’s szHelp member.
An extension DLL procedure should return zero if it processes this message.
FMExtensionProc, FMEVENT_HELPMENUITEM
file: /Techref/os/win/api/win32/mess/src/msg07_27.htm, 1KB, , updated: 2000/4/7 11:14, local time: 2024/11/14 15:52,
3.148.113.219: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_27.htm"> FMEVENT_HELPSTRING</A> |
Did you find what you needed? |