MapWindowRect (Windows CE 5.0)

Send Feedback

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

Standard Shell Macros

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.