This is used to halt a non blocking connection
process mid way through. You can use this after mnConnect where block_until_connected
is false.
You must
not use mnFinish mid way through a connection process before using
mnStopConnect.
This command will stop the connection
process and then use mnFinish on the specified instance.
See mnPollConnect for pseudo code demonstrating how to use this command.
int Instance: This is the instance that the command should use.
0 if no error occurred
-1 if an error occurred.
DBP
C++
.Net