Retrieves the restart information registered for the specified process.
#Include <WinAPIEx.au3>
_WinAPI_GetApplicationRestartSettings ( [$PID] )
$PID | [可选参数] The PID of the process. Default (0) is the current process. |
Success | The array that contains the following information: |
[0] | The restart command line. |
[1] | The flags. |
失败: | 返回 0 并设置 @error 标志为非 0 值, @extended 标志可能包含一个系统错误代码. |
在MSDN中搜索