NMTOOLTIPSCREATED-Struktur (commctrl.h)
Enthält Informationen, die mit NM_TOOLTIPSCREATED Benachrichtigungscodes verwendet werden.
Syntax
typedef struct tagNMTOOLTIPSCREATED {
NMHDR hdr;
HWND hwndToolTips;
} NMTOOLTIPSCREATED, *LPNMTOOLTIPSCREATED;
Member
hdr
Typ: NMHDR
Eine NMHDR-Struktur , die zusätzliche Informationen zu dieser Benachrichtigung enthält.
hwndToolTips
Typ: HWND
Das Fensterhandle zum erstellten QuickInfo-Steuerelement.
Anforderungen
Unterstützte Mindestversion (Client) | Windows Vista [nur Desktop-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2003 [nur Desktop-Apps] |
Kopfzeile | commctrl.h |