.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHMessageBoxCheckExA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHMessageBoxCheckExA\fR (SHLWAPI.291) .SH SYNOPSIS INT_PTR SHMessageBoxCheckExA ( HWND \fIhWnd\fR, HINSTANCE \fIhInst\fR, LPCSTR \fIlpszName\fR, DLGPROC \fIdlgProc\fR, LPARAM \fIlParam\fR, INT_PTR \fIiRet\fR, LPCSTR \fIlpszId\fR ) .SH DESCRIPTION .PP Pop up a 'Don't show this message again' dialogue box. .SH PARAMS \fIhWnd\fR \fB[In]\fR Window to be the dialogues' parent. .PP \fIhInst\fR \fB[In]\fR Instance of the module holding the dialogue resource. .PP \fIlpszName\fR \fB[In]\fR Resource Id of the dialogue resource. .PP \fIdlgProc\fR \fB[In]\fR Dialog procedure, or \fBNULL\fR for default handling. .PP \fIlParam\fR \fB[In]\fR \fBLPARAM\fR to pass to \fIdlgProc\fR. .PP \fIiRet\fR \fB[In]\fR Value to return if dialogue is not shown. .PP \fIlpszId\fR \fB[In]\fR Name of registry subkey which determines whether to show the dialog. .PP .SH RETURNS .PP \fBSuccess:\fR The value returned from the dialogue procedure. .PP \fBFailure:\fR \fIiRet\fR, if the dialogue resource could not be loaded or the dialogue should not be shown. .SH NOTES .PP Both \fIlpszName\fR and \fIlpszId\fR must be less than \fBMAX_PATH\fR in length. .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shlwapi/msgbox.c"\fR. .PP Debug channel \fB"shell"\fR.