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
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/shell32/shellord.c". source.winehq.org/source/dlls/shell32/shellord.c
Debug channel "shell".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.