This command returns the priority of
the specified thread.
The following priority values are available:
| Value | Name |
| -2 | Low |
| -1 | Below Normal |
| 0 | Normal |
| 1 | Above Normal |
| 2 | High |
| 3 | Real Time |
This command must be used after mnStart and the thread ID must be between 1 and the number of threads set by mnStart.
int ThreadID: This is the thread that the command should use.
0 if no error occurred
-1 if an error occurred.
C++
DBP
.Net