 |
GetThreadPriority ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Retrieves the priority value for the specified thread. This value, together with the priority class of the thread"s process, determines the thread"s base-priority level. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
int GetThreadPriority(
HANDLE hThread // handle to thread
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetThreadPriority IN kernel32;
INTEGER hThread
|
 |
 |
 |
| Parameters: |
 |
hThread
[in] Handle to the thread. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is the thread"s priority level. If the function fails, the return value is THREAD_PRIORITY_ERROR_RETURN = MAXLONG = 0x7FFFFFFF. |
 |
 |
| Word Index links for the GetThreadPriority : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-12-17 23:18:02 | | Modified: | 2001-12-17 23:20:52 | Visited in last 7 days: 26 |