GetEffectiveClientRectGetEffectiveClientRect*
*Contents  *Index  *Topic Contents
*Previous Topic: Common Control Functions
*Next Topic: InitCommonControls

GetEffectiveClientRect


void GetEffectiveClientRect(
    HWND hWnd,	
    LPRECT lprc,	
    LPINT lpInfo	
   );	

Calculates the dimensions of a rectangle in the client area.

hWnd
Handle to the window that has the client area to check.
lprc
Address of a RECT structure that receives the dimensions of the rectangle.
lpInfo
Address of an array of integers that identify controls in the client area. Each control requires a pair of consecutive elements. The first element of the pair must be nonzero and the second element of the pair must be the control identifier. The last element pair in the array must be zero to identify the end of the array.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.