Displays an error message box with an optional exit
#include <WinAPIError.au3>
_WinAPI_ShowError ( $sText [, $bExit = True] )
$sText | Error text to display |
$bExit | [optional] Specifies whether to exit after the display: True - Exit program after display False - Return normally after display |