Private Declare Function GetPriorityClass Lib "kernel32" (ByVal hProcess As Long) As Long. Const IDLE_PRIORITY_CLASS = &H40 Const NORMAL_PRIORITY_CLASS = ...
確定! 回上一頁