Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of mappen te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen om mappen te wijzigen.
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