 |
GetPriorityClass ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Retrieves the priority class for the specified process. This value, together with the priority value of each thread of the process, determines each thread"s base priority level. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
DWORD GetPriorityClass(
HANDLE hProcess // handle to process
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetPriorityClass IN kernel32;
INTEGER hProcess
|
 |
 |
 |
| Parameters: |
 |
hProcess
[in] Handle to the process. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is the priority class of the specified process. If the function fails, the return value is zero. |
 |
 |
| Word Index links for the GetPriorityClass : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-10-25 21:08:34 | | Modified: | 2001-11-26 16:03:48 | Visited in last 7 days: 14 |