函数参考


_WinAPI_GetPriorityClass

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 值.

注意/说明

None

相关

详情参考

在MSDN中搜索