iConnect.EnumerateConnections(connectionCount)
TPckgBuf<TConnectionInfo> connectionInfo;
iConnect.GetConnectionInfo(i, connectionInfo);//i
iConnect.Attach(connectionInfo, RConnection::EAttachTypeNormal);
iConnect.Stop();//return -18
Above is my code, but it can not accomplish to close or stop IAP running by other program.
What shall I do?




