Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
Used to get information about the link corresponding to a given location.
Syntax
typedef struct tagLHITTESTINFO {
POINT pt;
LITEM item;
} LHITTESTINFO, *PLHITTESTINFO;
Members
pt
Type: POINT
Location for the hit-test, in client coordinates (not screen coordinates).
item
Type: LITEM
Receives information about the link corresponding to pt.
Remarks
To convert from screen coordinates to client coordinates, use ScreenToClient.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | commctrl.h |
See also
Other Resources
Reference