Identifier for a tooltip. More...
#include <stooltip-i.h>
Public Attributes | |
DWORD | dwHi |
ID1, used to save a SWND. | |
DWORD | dwLow |
ID2, used to save additional data. | |
BOOL | bNcTip |
Flag indicating if the tooltip is for the non-client area. | |
Identifier for a tooltip.
This structure uniquely identifies a tooltip using two DWORD values and a boolean flag indicating whether it is a non-client area tooltip.
Definition at line 26 of file stooltip-i.h.
BOOL TIPID::bNcTip |
Flag indicating if the tooltip is for the non-client area.
Definition at line 30 of file stooltip-i.h.
DWORD TIPID::dwHi |
ID1, used to save a SWND.
Definition at line 28 of file stooltip-i.h.
DWORD TIPID::dwLow |
ID2, used to save additional data.
Definition at line 29 of file stooltip-i.h.