hi_tde_end_job
The
The
Description
Submits a created TDE job.
Restrictions
- Before calling this API, call hi_tde_open to open the TDE device and call hi_tde_begin_job to obtain a valid job handle.
- After a job is submitted, the handle corresponding to the job becomes invalid. If the job is submitted again, the error code HI_ERR_TDE_INVALID_HANDLE is displayed.
- This API does not support multiple processes.
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
handle |
Input |
Handle to a TDE job. |
is_sync |
Input |
Synchronization flag. This parameter is reserved and is fixed at HI_FALSE. |
is_block |
Input |
Block flag.
|
time_out |
Input |
Timeout interval (ms). If is_block is set to block, you can set this parameter to specify the timeout interval. If is_block is set to non-block, this parameter is invalid. |
Returns
- 0: success
- Other values: failure. For details, see Return Codes for TDE Graphics Drawing.
Parent topic: TDE Graphics Drawing