reduSwitchDriver()

Switches the drivers in the split mode.

Synopsis

int reduSwichDriver(string sSystem, int peerNr, bool bAsk=true);

Parameter

Parameter Description
sSystem System name
peerNr To which redu host should the function switch over
bAsk

TRUE = The windows are open

FALSE = For internal use. No windows

Return value

Error

Description

Switches the drivers in the split mode.

Example

The following example switches the drivers in the split mode.

main()
{
  string sSys = "System1";
  int peerNr = 1;
  bAsk = TRUE;
  reduSwitchDriver(sSys,peerNr, bAsk);
}

Assignment

Redu/Dist functions

Availability

CTRL