ctrx_get_waiting_time

ExampleInformation Retrieval Functions

Gets current wait time.

int ctrx_get_waiting_time( long * waitTime );

waitTimePointer 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

Citrix ICA 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);