PA_SetWebTCPport

4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next

version 2003


PA_SetWebTCPport (newTCPport)

ParameterTypeDescription
newTCPportlongNew 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

PA_GetWebServerInfo.

Error Handling

PA_GetLastError always returns eER_NoErr


4D - Documentation   Français   English   German   4D Plugin API, Command Theme List   4D Plugin API, Command Alphabetical List   Back   Previous   Next