[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
GetWndRect( hWnd ) -> <aRect>
------------------------------------------------------------------------------
PARAMETER:
<hWnd> Is the handle that identifies the target window
RETURNS:
<aRect> is an array with the elements nTop, nLeft, nBottom and nRight.
DESCRIPTION:
GetWindowRect() retrieves the dimensions of the bounding rectangle of a
window. The dimensions are given in screen coordinates, relative to the
upper-left corner of the display screen, and include the title bar,
border and scroll bars, if present.
SOURCE:
SOURCE\WINAPI\RECTS.C
See Also:
GetClientRect
GetCoors
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson