|
|
|
|
|
NetDisconnect (Function) In french: NetDéconnecte Disconnects from an FTP server (File Transfer Protocol) or from a RPC server (Remote Procedure Call) powered by WINDEV. ConnectRPC is int ConnectRPC = NetConnect("148.61.125.245", RPCServer, "GUEST", "") ... NetDisconnect(ConnectRPC)
Syntax
NetDisconnect(<Connection identifier>)
<Connection identifier>: Integer Identifier of the connection to disconnect (returned by NetConnect). Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|