.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH CreateMDIWindowA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBCreateMDIWindowA\fR (USER32.@) .SH SYNOPSIS HWND CreateMDIWindowA ( LPCSTR \fIlpClassName\fR, LPCSTR \fIlpWindowName\fR, DWORD \fIdwStyle\fR, INT \fIX\fR, INT \fIY\fR, INT \fInWidth\fR, INT \fInHeight\fR, HWND \fIhWndParent\fR, HINSTANCE \fIhInstance\fR, LPARAM \fIlParam\fR ) .SH PARAMS \fIlpClassName\fR \fB[In]\fR Pointer to registered child class name. .PP \fIlpWindowName\fR \fB[In]\fR Pointer to window name. .PP \fIdwStyle\fR \fB[In]\fR Window style. .PP \fIX\fR \fB[In]\fR Horizontal position of window. .PP \fIY\fR \fB[In]\fR Vertical position of window. .PP \fInWidth\fR \fB[In]\fR Width of window. .PP \fInHeight\fR \fB[In]\fR Height of window. .PP \fIhWndParent\fR \fB[In]\fR Handle to parent window. .PP \fIhInstance\fR \fB[In]\fR Handle to application instance. .PP \fIlParam\fR \fB[In]\fR Application-defined value. .PP .SH DESCRIPTION .PP CreateMDIWindowA (\fBUSER32\fR.@) Creates a \fBMDI\fR child. .SH RETURNS .PP \fBSuccess:\fR Handle to created window .PP \fBFailure:\fR \fBNULL\fR .SH IMPLEMENTATION .PP Declared in \fB"winuser.h"\fR. .PP Implemented in \fB"dlls/user32/mdi.c"\fR. .PP Debug channel \fB"mdi"\fR.