显示最后一个错误代码和消息.
#Include <WinAPIEx.au3>
_WinAPI_ShowLastError ( [$sText [, $fAbort [, $iLanguage]]] )
$sText | [可选参数] The user's text that to be displayed with the message. |
$fAbort | [可选参数] Specifies whether to exit the script after displaying an error message, valid values: TRUE - Exit the script after displaying a message if it indicates an error. FALSE - Always return normally. (Default) |
$iLanguage | [可选参数] The language identifier for the message. |