hi_tde_wait_for_done
The
The
Description
After submitting a TDE job in non-blocking mode by calling hi_tde_end_job, call this API to wait until the specified TDE job is complete. As a blocking API, this API can be called to wait until a specified TDE job is complete.
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.
- This API does not support multiple processes.
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
handle |
Input |
Handle to a TDE job. |
Returns
- 0: success
- Other values: failure. For details, see Return Codes for TDE Graphics Drawing.
Parent topic: TDE Graphics Drawing