|
![]() |
![]() |
version 2003
PA_SetWebTCPport (newTCPport)
Parameter | Type | Description | |
newTCPport | long | → | New TCP Port number |
Description
The routine
PA_SetWebTCPport
provides the 4D plug-in with a means to change the TCP Port used by the 4th Dimension Web Service.
If
newTCPport
= 0, reverts to default TCP Port (currently 80).
Example
Change to a default TCP port.
#define kMY_TCP_PORT 90
PA_SetWebTCPport( (long) kMY_TCP_PORT);
See Also
Error Handling
always returns
eER_NoErr