EE_DEV_TO_VIEW

Converts the device (client) coordinates of a specified position to the display coordinates. You can send this message explicitly or use the Editor_DevToView inline function.

EE_DEV_TO_VIEW
wParam = (WPARAM) (POINT_PTR*) pptDev;
lParam = (LPARAM) (POINT_PTR*) pptView;

Parameters

pptDev

Pointer to a POINT_PTR structure that specifies the device coordinates to be converted.

pptView

Pointer to a POINT_PTR structure to receive the converted display coordinates.

Return Values

The return value is not used.