ThreadCmd.setThreadPriority Method¶
Module: ThreadCmd
Definition¶
Alters the thread’s priority, influencing its execution order relative to other system threads.
int id3DevicesThreadCmd_SetThreadPriority (
ID3_DEVICES_THREAD_CMD hThreadCmd,
int priority)
Parameters
hThreadCmd
ID3_DEVICES_THREAD_CMDin Handle to the ThreadCmd object.priority
intin The thread priority.
Returns