.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ShellMessageBoxA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBShellMessageBoxA\fR (SHELL32.183) .SH SYNOPSIS int ShellMessageBoxA ( HINSTANCE \fIhInstance\fR, HWND \fIhWnd\fR, LPCSTR \fIlpText\fR, LPCSTR \fIlpCaption\fR, UINT \fIuType\fR, ... ) .SH DESCRIPTION .PP Format and output an error message. .SH PARAMS \fIhInstance\fR \fB[In]\fR Instance handle of message creator. .PP \fIhWnd\fR \fB[In]\fR Window handle of message creator. .PP \fIlpText\fR \fB[In]\fR Resource Id of title or \fBLPSTR\fR. .PP \fIlpCaption\fR \fB[In]\fR Resource Id of title or \fBLPSTR\fR. .PP \fIuType\fR \fB[In]\fR Type of error message. .PP .SH RETURNS .PP A return value from \fBMessageBoxA(3w)\fR. .SH NOTES .PP Exported by ordinal .SH IMPLEMENTATION .PP Declared in \fB"shellapi.h"\fR. .PP Implemented in \fB"dlls/shell32/shellord.c"\fR. .PP Debug channel \fB"shell"\fR.