NonClientView_t::BoundingRect (Windows Embedded CE 6.0)

1/6/2010

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.

Syntax

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 Value

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

Requirements

Header nclientview.hpp
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

NonClientView_t
RECT