ShellMessageBoxA (SHELL32.183)
int ShellMessageBoxA ( HINSTANCE hInstance, HWND hWnd, LPCSTR lpText, LPCSTR lpCaption, UINT uType, ... )
Format and output an error message.
hInstance | [In] | Instance handle of message creator. |
hWnd | [In] | Window handle of message creator. |
lpText | [In] | Resource Id of title or LPSTR. |
lpCaption | [In] | Resource Id of title or LPSTR. |
uType | [In] | Type of error message. |
A return value from MessageBoxA.
Exported by ordinal
Declared in "include/shellapi.h". gitlab.winehq.org/wine/wine/blob/master/include/shellapi.h
Implemented in "dlls/shell32/shellord.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shell32/shellord.c
Debug channel "shell".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.