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
Defined in "commctrl.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/comctl32/commctrl.c".
- Debug channel "commctrl".