MessageBoxIndirect (user32)
Last changed: anonymous

.
Summary
The MessageBoxIndirect API, which permits placing a custom icon, a help button, and localized button text to a message box alert.

C# Signature:

[DllImport("user32.dll")]
static extern int MessageBoxIndirect([In] ref MSGBOXPARAMS lpMsgBoxParams);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

A complete C# wrapper class with sample code is available at http://www.codeproject.com/cs/miscctrl/MessageBoxIndirectCS.asp

Alternative Managed API:

Do you know one? Please contribute it!

Documentation