Scroll to navigation

GetEffectiveClientRect(3w) Wine API GetEffectiveClientRect(3w)

NAME

GetEffectiveClientRect (COMCTL32.4)

SYNOPSIS

VOID GetEffectiveClientRect
(
HWND hwnd,
LPRECT lpRect,
const INT* lpInfo
)
 

DESCRIPTION

Calculates the coordinates of a rectangle in the client area.
 

PARAMS

hwnd [In] handle to the client window.
lpRect [Out] pointer to the rectangle of the client window.
lpInfo [In] pointer to an array of integers (see NOTES).
 

RETURNS

No return value.
 

NOTES

The official documentation is incomplete! This is the correct documentation:
lpInfo (will be written ...)
 

IMPLEMENTATION

Declared in "commctrl.h".
Implemented in "dlls/comctl32/commctrl.c".
Debug channel "commctrl".
Oct 2012 Wine API