函数参考


_WinAPI_ShowLastError

显示最后一个错误代码和消息.

#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.

返回值

注意/说明

None

相关

详情参考

None