.
C# Definition:
private delegate void MsgBoxCallback(HELPINFO lpHelpInfo);
VB Definition:
Private Delegate Sub MsgBoxCallback(ByVal lpHelpInfo As HELPINFO)
User-Defined Types:
None.
Notes:
None.
MSGBOXPARAMS structure (user32.dll)
8/23/2018 8:47:03 PM - benjamin.sutas@wisetechglobal.com-203.62.211.93
The MessageBoxIndirect API, which permits placing a custom icon, a help button, and localized button text to a message box alert.
3/16/2007 8:28:38 AM - anonymous
