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

in Handle to the ThreadCmd object.

priority int
in The thread priority.

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.