Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Delegates, prefix the name with the module name and a period.
MsgBoxCallback (Delegates)
.
Summary
C# Definition:
private delegate void MsgBoxCallback(HELPINFO lpHelpInfo);
VB Definition:
Private Delegate Sub MsgBoxCallback(ByVal lpHelpInfo As HELPINFO)
User-Defined Types:
None.
Notes:
None.
Documentation
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
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
alternate definitions?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.