Funktionreferenz


_WinAPI_GetProcessShutdownParameters


Retrieves the shutdown parameters for the currently calling process

#include <WinAPISys.au3>
_WinAPI_GetProcessShutdownParameters ( )

Parameter

None.

Rückgabewert

Success: The shutdown priority level (see _WinAPI_SetProcessShutdownParameters()). If @extended flag is set,
a retry dialog box for the user will be display.
Failure: Sets the @error flag to non-zero, call _WinAPI_GetLastError() to get extended error information.

Bemerkungen

None.

Verwandte Funktionen

_WinAPI_SetProcessShutdownParameters

Siehe auch

Suche nach GetProcessShutdownParameters in der MSDN Bibliothek.