TCHITTESTINFO structure (commctrl.h)
Contains information about a hit test. This structure supersedes the TC_HITTESTINFO structure.
Syntax
typedef struct tagTCHITTESTINFO {
POINT pt;
UINT flags;
} TCHITTESTINFO, *LPTCHITTESTINFO;
Members
pt
Type: POINT
Position to hit test, in client coordinates.
flags
Type: UINT
Variable that receives the results of a hit test. The tab control sets this member to one of the following values:
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | commctrl.h |