.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetEffectiveClientRect 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetEffectiveClientRect\fR (COMCTL32.4) .SH SYNOPSIS VOID GetEffectiveClientRect ( HWND \fIhwnd\fR, LPRECT \fIlpRect\fR, const INT* \fIlpInfo\fR ) .SH DESCRIPTION .PP Calculates the coordinates of a rectangle in the client area. .SH PARAMS \fIhwnd\fR \fB[In]\fR handle to the client window. .PP \fIlpRect\fR \fB[Out]\fR pointer to the rectangle of the client window. .PP \fIlpInfo\fR \fB[In]\fR pointer to an array of integers (see \fBNOTES\fR). .PP .SH RETURNS .PP No return value. .SH NOTES .PP The official documentation is incomplete! This is the correct documentation: .PP \fIlpInfo\fR (will be written \fB...\fR) .SH IMPLEMENTATION .PP Declared in \fB"commctrl.h"\fR. .PP Implemented in \fB"dlls/comctl32/commctrl.c"\fR. .PP Debug channel \fB"commctrl"\fR.