ShellMessageBoxA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/shell32/shellord.c".

Debug channel "shell".