Public Sub MsgBoxCallback (lpHelpInfo As HELPINFO)
' application-defined code goes here
End Sub
The MsgBoxCallback callback function processes help events generated by a message box. It receives information about what context-sensitive help information to display to the user. Like all callback functions, this function does not need to be named MsgBoxCallback inside your program. MsgBoxCallback is merely the name given to it in discussions about the Windows API.
MsgBoxCallback does not return a value.
Like all callback functions, MsgBoxCallback must be declared Public and be defined in a module.
Back to the Callback Function list.
Back to the Reference section.
Last Modified: February 11, 2000
This page is copyright © 2000 Paul Kuliniewicz.
Copyright Information Revised October 29, 2000
Go back to the Windows API Guide home page.
E-mail: vbapi@vbapi.com Send Encrypted E-Mail
This page is at http://www.vbapi.com/ref/m/msgboxcallback.html