hwndParent (HWND) - input
HWND-DESKTOP
hwndOwner (HWND) - input
The actual owner window is calculated using the algorithm specified in the description of the WinLoadDlg function.
pszText (PSZ) - input
The text of the message to be displayed within the message-box window. If multiple lines are required, carriage-return characters must be inserted into the text at appropriate points.
pszTitle (PSZ) - input
The text for the title should not be longer than 40 characters. If text longer than this is supplied, text centering is still performed, even though the beginning and end of the string are not visible.
A value if NULL indicates that the text "Error" is to be displayed as the title of the message-box window.
ulWindow (ULONG) - input
This value is passed to the HK_HELP hook if the WM_HELP message is received by the message-box window.
pmb2info (PMB2INFO) - input
ulButtonId (ULONG) - returns