Retrieves the priority class for the specified process.
#Include <WinAPIEx.au3>
_WinAPI_GetPriorityClass ( [$PID] )
$PID | [可选参数] The PID of the process. Default (0) is the current process. |
Success | The priority class of the specified process ($*_PRIORITY_CLASS). |
失败: | 返回 0 并设置 @error 标志为非 0 值. |
在MSDN中搜索