MapWindowRect

This macro calls the function MapWindowPoints.

At a Glance

Header file: Windowsx.h
Windows CE versions: 1.0 and later

Syntax

MapWindowRect( HWND hwndFrom, HWND hwndTo, LPRECT lprc );

Parameters

hwndFrom

Handle to the source window.

hwndto

Handle to the target window.

lprc

Long pointer to the rectangle to be mapped. During input, this rectangle is relative to the source window. During output, it is relative to the target window.