.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ShellMessageBoxW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBShellMessageBoxW\fR (SHELL32.182) .SH SYNOPSIS int ShellMessageBoxW ( HINSTANCE \fIhInstance\fR, HWND \fIhWnd\fR, LPCWSTR \fIlpText\fR, LPCWSTR \fIlpCaption\fR, UINT \fIuType\fR, ... ) .SH DESCRIPTION .PP See \fBShellMessageBoxA(3w)\fR. .PP \fBNOTE:\fR shlwapi. ShellMessageBoxWrapW is a duplicate of shell32.ShellMessageBoxW because we can't forward to it in the .spec file since it's exported by ordinal. If you change the implementation here please update the code in shlwapi as well. .SH IMPLEMENTATION .PP Declared in \fB"shellapi.h"\fR. .PP Implemented in \fB"dlls/shell32/shellord.c"\fR. .PP Debug channel \fB"shell"\fR.