Function Reference


_WinAPI_GetApplicationRestartSettings

Retrieves the restart information registered for the specified process

#include <WinAPIDiag.au3>
_WinAPI_GetApplicationRestartSettings ( [$iPID = 0] )

Parameters

$iPID [optional] The PID of the process. Default (0) is the current process.

Return Value

Success: The array that contains the following information:
    [0] - The restart command line.
    [1] - The flags.
Failure: Sets the @error flag to non-zero, @extended flag may contain the HRESULT error code.

Remarks

This information is available only for the current process; you cannot call _WinAPI_GetApplicationRestartSettings() function after your program is restarted to get the restart command line.

This function requires Windows Vista or later.

See Also

Search GetApplicationRestartSettings in MSDN Library.