Contents Index Topic Contents | ||
Previous Topic: NMOBJECTNOTIFY Next Topic: Custom Draw |
NMTOOLTIPSCREATED
Contains information used with NM_TOOLTIPSCREATED notification messages.
Syntax
typedef struct tagNMTOOLTIPSCREATED { NMHDR hdr; HWND hwndToolTips; } NMTOOLTIPSCREATED, * LPNMTOOLTIPSCREATED;Parameters
- hdr
- NMHDR structure that contains additional information about this notification.
- hwndToolTips
- Window handle to the tooltip control created.
Remarks
Version 4.71
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.