函数参考


_WinAPI_SetThreadErrorMode

Controls whether the system will handle the specified types of serious errors or whether the calling thread will handle them.

#Include <WinAPIEx.au3>
_WinAPI_SetThreadErrorMode ( $iMode )

参数

$iMode The thread error mode. This parameter can be one or more of the following values.

$SEM_FAILCRITICALERRORS
$SEM_NOGPFAULTERRORBOX
$SEM_NOOPENFILEERRORBOX

返回值

Success The thread's previous error mode ($SEM_*).
失败: 返回 0 并设置 @error 标志为非 0 值.

注意/说明

本函数需要 Windows 7 或以上版本系统.

相关

详情参考

在MSDN中搜索