MapWindowRect
Other versions of this page are also available for the following:
8/28/2008
This macro calls the function MapWindowPoints.
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.
Requirements
Header | windowsx.h |
Windows Embedded CE | Windows CE 1.0 and later |