Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
Uses the 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.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |