NMTOOLTIPSCREATED structure (commctrl.h)

Contains information used with NM_TOOLTIPSCREATED notification codes.

Syntax

typedef struct tagNMTOOLTIPSCREATED {
  NMHDR hdr;
  HWND  hwndToolTips;
} NMTOOLTIPSCREATED, *LPNMTOOLTIPSCREATED;

Members

hdr

Type: NMHDR

An NMHDR structure that contains additional information about this notification.

hwndToolTips

Type: HWND

The window handle to the tooltip control created.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header commctrl.h