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". https://source.winehq.org/source/include/commctrl.h

Implemented in "dlls/comctl32/commctrl.c". https://source.winehq.org/source/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 Mar 2024.