Partager via


LM_HITTEST (Compact 2013)

3/28/2014

This message determines whether the user clicked the specified link.

Parameters

  • hWnd
    [in] Handle to the window whose window procedure will receive the message.
  • Msg
    [in] LM_HITTEST.
  • wParam
    [in] Must be NULL.
  • lParam
    [in] Points to a LHITTESTINFO structure to be filled with information about the link the user clicked, if any exists.

Return Values

Returns TRUE if user clicked on a link, otherwise FALSE.

Remarks

If the LM_HITTEST message succeeds, the system fills in the LITEM.iLink and LITEM.szID members. If the LM_HITTEST message fails, do not assume that any information in LITEM is valid.

This message is sent with the SendMessage function.

Requirements

Header

commctrl.h

See Also

Reference

SysLink Controls Messages