ShellMessageBoxA(3w)
NAME
ShellMessageBoxA (SHELL32.183)
SYNOPSIS
int ShellMessageBoxA ( HINSTANCE hInstance, HWND hWnd, LPCSTR lpText, LPCSTR lpCaption, UINT uType,
DESCRIPTION
Format and output an error message.
PARAMS
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.
RETURNS
A return value from MessageBoxA(3w).
NOTES
Exported by ordinal
IMPLEMENTATION
Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to
the function.
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shell32/shellord.c".
- Debug channel "shell".