ThreadWorkerCallback Callback

Definition

(C++) Represents the primary function executed by a worker thread, encapsulating thread logic.

typedef int (* id3DevicesThreadWorkerCallback) (
    void * context)

Parameters

context void *
in The callback context.

Returns

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