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.

NOTES

Exported by ordinal

IMPLEMENTATION

Declared in "shellapi.h". https://source.winehq.org/source/include/shellapi.h

Implemented in "dlls/shell32/shellord.c". https://source.winehq.org/source/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 Apr 2024.