.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DefSubclassProc 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDefSubclassProc\fR (COMCTL32.413) .SH SYNOPSIS LRESULT DefSubclassProc ( HWND \fIhWnd\fR, UINT \fIuMsg\fR, WPARAM \fIwParam\fR, LPARAM \fIlParam\fR ) .SH DESCRIPTION .PP Calls the next window procedure (i.e. the one before this subclass). .SH PARAMS \fIhWnd\fR \fB[In]\fR The window that we're subclassing. .PP \fIuMsg\fR \fB[In]\fR Message. .PP \fIwParam\fR \fB[In]\fR \fBWPARAM\fR. .PP \fIlParam\fR \fB[In]\fR \fBLPARAM\fR. .PP .SH RETURNS .PP \fBSuccess:\fR non-zero .PP \fBFailure:\fR zero .SH IMPLEMENTATION .PP Declared in \fB"commctrl.h"\fR. .PP Implemented in \fB"dlls/comctl32/commctrl.c"\fR. .PP Debug channel \fB"commctrl"\fR.