Share via


MapWindowRect (Windows Embedded CE 6.0)

1/6/2010

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

See Also

Reference

Standard Shell Macros