NonClientView_t::BoundingRect (Windows CE 5.0)

Send Feedback

This method retrieves the coordinates of the bounding rectangle. The bounding rectangle is the client area of the parent window of the specified window, expressed in screen coordinates. If the specified window is a top-level window, the bounding rectangle is the screen rectangle.

static RECT BoundingRect(HWND hwnd);

Parameters

  • hwnd
    [in] Handle to the window for which you want to obtain the bounding rectangle for the client area of the parent window.

Return Values

The return value is a RECT structure that contains the coordinates of the bounding rectangle.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Nclientview.hpp.

See Also

RECT

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.