This command changes the TCP mode that
the instance will operate it.
This command should be used before initializing
an instance in server state (mnStartServer) or client state (mnConnect).
For more information on TCP modes see “Reliable (TCP)”
int Instance: This is the instance that the command should use.
char TCPMode: This is the TCP mode that the instance should be set to.
0 if no error occurred.
-1 if an error occurred.
DBP
C++
.Net