ctrx_get_waiting_time
Example | Information Retrieval Functions |
Gets current wait time.
int ctrx_get_waiting_time( long * waitTime );
waitTime | Pointer to long variable to store the wait time. |
ctrx_get_waiting_time gets the current waiting time from the run time settings, or the value set with ctrx_set_waiting_time.
Return Values
Parameterization
No parameterization is available for this function.
Example
This example shows the use of ctrx_get_waiting_time.
long wTime; ..... ctrx_get_waiting_time( &wTime);