Share via


MapWindowRect (Compact 2013)

3/28/2014

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

See Also

Reference

Shell Macros