GetEffectiveClientRect.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/comctl32/commctrl.c".

Debug channel "commctrl".