ThreadCmd.getStopEvent Method

Module: ThreadCmd

Definition

Obtains the event used to signal the thread to stop, facilitating external control over thread termination.

int id3DevicesThreadCmd_GetStopEvent (
    ID3_DEVICES_THREAD_CMD hThreadCmd,
    void ** hevent)

Parameters

in Handle to the ThreadCmd object.

hevent void **
out The event.

Returns

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