Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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