Funktionreferenz


_WinAPI_GetPriorityClass


Retrieves the priority class for the specified process

#include <WinAPIProc.au3>
_WinAPI_GetPriorityClass ( [$iPID = 0] )

Parameter

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

Rückgabewert

Success: The priority class of the specified process ($*_PRIORITY_CLASS).
Failure: 0, call _WinAPI_GetLastError() to get extended error information.

Bemerkungen

$*_PRIORITY_CLASS constants require #include <APIShellExConstants.au3>

Siehe auch

Suche nach GetPriorityClass in der MSDN Bibliothek.