MapWindowRect (Windows CE 5.0)
This macro calls the function MapWindowPoints.
Syntax
MapWindowRect( HWND hwndFrom,HWNDhwndTo,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
OS Versions: Windows CE 1.0 and later.
Header: Windowsx.h.
See Also
Send Feedback on this topic to the authors