Scroll to navigation

ShellMessageBoxA(3w) Wine API 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

Declared in "shellapi.h".
Implemented in "dlls/shell32/shellord.c".
Debug channel "shell".
Oct 2012 Wine API