This command returns the TCP mode that
the specified instance is in.
The return value can be one of the following:
- TM_SIZE (1)
- TM_POST_FIX (2)
For more information on TCP modes see “Reliable (TCP)”
int Instance: This is the instance that the command should use.
1 if TCP mode is TM_SIZE
2 if TCP mode is TM_POST_FIX
-1 if an error occurred.
DBP
C++
.Net