NM_TOOLTIPSCREATED (toolbar) notification code
Notifies a toolbar's parent window that the toolbar has created a tooltip control. This notification code is sent in the form of a WM_NOTIFY message.
NM_TOOLTIPSCREATED
lpnmttc = (LPNMTOOLTIPSCREATED) lParam;
Parameters
-
lParam
-
Pointer to an NMTOOLTIPSCREATED structure that contains additional information about this notification.
Return value
The toolbar control ignores the return value from this notification code.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|