 Prev Next
Prev Next
The TOOLTIPTEXT structure identifies a tool for which text is to be displayed and receives the text for the tool.
typedef struct { // ttt 
    NMHDR     hdr; 
    LPTSTR    lpszText; 
    char      szText[80]; 
    HINSTANCE hinst; 
    UINT      uFlags; 
} TOOLTIPTEXT, FAR *LPTOOLTIPTEXT; 
 
If this member is the TTF_RTLREADING value, text on Hebrew or Arabic systems is displayed using right-to-left reading order.
This structure is used with the TTN_NEEDTEXT notification message.
NMHDR, TTN_NEEDTEXT, WM_NOTIFY
| file: /Techref/os/win/api/win32/struc/src/str21_24.htm, 2KB, , updated: 2000/4/7 12:20, local time: 2025/10/31 04:06, 
 
216.73.216.212,10-3-97-86:LOG IN | 
| ©2025 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://techref.massmind.org/Techref/os/win/api/win32/struc/src/str21_24.htm"> TOOLTIPTEXT</A> | 
| Did you find what you needed? | 
| Welcome to massmind.org! | 
| Welcome to techref.massmind.org! | 
.