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
hThreadCmdID3_DEVICES_THREAD_CMDin Handle to the ThreadCmd object.priorityintin The thread priority.
Returns