ThreadProcessCallback Callback

Definition

(C++) Designates the main callback for thread processing, handling specific thread states.

typedef int (* id3DevicesThreadProcessCallback) (
    void * context,
    id3DevicesThreadProcessState eState)

Parameters

context void *
in The callback context.

in Indicates the current state of the thread process for appropriate handling.

Returns

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