GetEffectiveClientRect (COMCTL32.4)
VOID GetEffectiveClientRect ( HWND hwnd, LPRECT lpRect, const INT* lpInfo )
Calculates the coordinates of a rectangle in the client area.
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). |
No return value.
The official documentation is incomplete! This is the correct documentation:
lpInfo (will be written ...)
Declared in "include/commctrl.h". gitlab.winehq.org/wine/wine/blob/master/include/commctrl.h
Implemented in "dlls/comctl32/commctrl.c". gitlab.winehq.org/wine/wine/blob/master/dlls/comctl32/commctrl.c
Debug channel "commctrl".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.