ThreadCmd.processFifoCmd Method

Module: ThreadCmd

Definition

Processes commands queued in the FIFO, taking a generic argument for command-specific data.

int id3DevicesThreadCmd_ProcessFifoCmd (
    ID3_DEVICES_THREAD_CMD hThreadCmd,
    void * arg)

Parameters

in Handle to the ThreadCmd object.

arg void *
in The argument.

Returns

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