WM_POINTERROUTEDAWAY message

Occurs on the process receiving input when the pointer input is routed to another process.

Sent when pointer input transitions from one process to another across content configured for cross-process chaining (AddContentWithCrossProcessChaining).

This message is sent to the process currently receiving pointer input.

#define WM_POINTERROUTEDAWAY       0x0252

Parameters

wParam

Unused.

lParam

Unused.

Return value

NULL

Remarks

This message is not sent with either a WM_POINTERUP message or a WM_POINTERCAPTURECHANGED message.

Requirements

Requirement Value
Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
Windows Server 2016 [desktop apps only]
Header
Winuser.h (include Windows.h)

See also

Messages

WM_POINTERROUTEDTO