LM_HITTEST message
Determines whether the user clicked the specified link.
Parameters
-
wParam
- Must be **NULL**.
-
lParam
- Pointer to a **LHITTESTINFO** structure to be filled with information about the link the user clicked, if any exists.
Return value
Returns TRUE if user clicked on a link, otherwise returns FALSE.
Remarks
If the LM_HITTEST message succeeds, the system fills in LITEM.iLink and LITEM.szID. If the LM_HITTEST message fails, do not assume that any information in LITEM is valid.
Note
To use this API, you must provide a manifest specifying Comclt32.dll version 6.0. For more information on manifests, see Enabling Visual Styles.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|