Megjegyzés
Az oldalhoz való hozzáféréshez engedély szükséges. Megpróbálhat bejelentkezni vagy módosítani a címtárat.
Az oldalhoz való hozzáféréshez engedély szükséges. Megpróbálhatja módosítani a címtárat.
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