TTM_RELAYEVENT  9JRE0B 

The TTM_RELAYEVENT message passes a mouse message to a tooltip control for processing.

TTM_RELAYEVENT

wParam = 0;

lParam = (LPARAM) (LPMSG) lpmsg;

 

Parameters

lpmsg

Pointer to an MSG5CTEF1 structure that contains the message to relay.

 

Return Values

No return value.

Remarks

A tooltip control processes only the following messages passed to it by the TTM_RELAYEVENT message.

WM_LBUTTONDOWN065J6U

WM_MOUSEMOVE1MQ_IQ2

WM_LBUTTONUPYL9YEK

WM_RBUTTONDOWN0T6FUI

WM_MBUTTONDOWNCZVB.J

WM_RBUTTONUP15.J.K4

WM_MBUTTONUP19EGTG7

 

 

All other messages are ignored.

See Also

MSG