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.eState
id3DevicesThreadProcessStatein Indicates the current state of the thread process for appropriate handling.
Returns