Changeset 20 for trunk/src/helpers/cctl_tooltip.c
- Timestamp:
- Jan 5, 2001, 11:15:28 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/cctl_tooltip.c
r19 r20 1276 1276 * Return value: 0 always. 1277 1277 * 1278 * Additional note: On input, if TOOLINFO.lpszText == LPSTR_TEXTCALLBACK,1278 * Additional note: On input, if TOOLINFO.lpszText == PSZ_TEXTCALLBACK, 1279 1279 * this sends the TTN_NEEDTEXT notification to TOOLINFO.hwnd. 1280 1280 */ … … 1289 1289 // compose values for that msg 1290 1290 TOOLTIPTEXT ttt = {0}; 1291 _Pmpf(("TTM_GETTEXT: LPSTR_TEXTCALLBACK"));1291 _Pmpf(("TTM_GETTEXT: PSZ_TEXTCALLBACK")); 1292 1292 ttt.hwndTooltip = hwndTooltip; 1293 1293 ttt.hwndTool = pti->hwndTool;
Note:
See TracChangeset
for help on using the changeset viewer.