|
![]() |
![]() |
version 2003
PA_GetWebTimeOut → long
Parameter | Type | Description | ||||
This command does not require any parameters | ||||||
Function result | long | ← | Time-out (in seconds) |
Description
The routine
PA_GetWebTimeOut
returns the Web time-out expressed in seconds.
Example
Save/Change/Restore the timeout.
long oldTimeOut = PA_GetWebTimeOut();
PA_SetWebTimeOut(60);
/* . . . */
PA_SetWebTimeOut(oldTimeOut);
See Also
Error Handling
always returns
eER_NoErr