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