Function:
FatalAppExit (uAction, lpMessageText)

 

Description:
Displays a message box and terminates the application when the message box is closed. I really can't think of a legit excuse to make use of this function.

 

Parameters:
uAction: Reserved; must be zero.
lpMessageText: String that is displayed in the message box. The message is displayed on a single line. To accommodate low-resolution screens, the string should be no more than 35 characters in length.

 

Returns:
No return value.

 

Example:
Click on the calc icon to view a sample of the FatalAppExit function.