soui 5.0.0.1
Soui5 Doc
 
Loading...
Searching...
No Matches
TIPID Struct Reference

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.
 

Detailed Description

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.

Member Data Documentation

◆ bNcTip

BOOL TIPID::bNcTip

Flag indicating if the tooltip is for the non-client area.

Definition at line 30 of file stooltip-i.h.

◆ dwHi

DWORD TIPID::dwHi

ID1, used to save a SWND.

Definition at line 28 of file stooltip-i.h.

◆ dwLow

DWORD TIPID::dwLow

ID2, used to save additional data.

Definition at line 29 of file stooltip-i.h.


The documentation for this struct was generated from the following file: