Microsoft DirectX 9.0 |
Uses the Microsoft Win32 SetThreadPriority function to set the priority of the thread to a new value.
Syntax
BOOL SetThreadPriority(
int nPriority
);
Parameters
nPriority
Priority of the thread.
Return Value
Returns one of the following values.
Value | Description |
TRUE | Priority was successfully set. |
FALSE | Priority was not set. |
Remarks
The client and the worker thread can call this member function.
See Also