reduSetSplitOff()

Sets the split mode to off in a redundant project.

Synopsis

int reduSetSplitOff(string sSystem,bool bAsk=true, int stayHost = 1)

Parameter

Parameter Description
sSystem System name
bAsk

TRUE = The windows are open

FALSE...for internal use, no windows

stayHost if bAsk==FALSE specify the host that should continue to run.

Return value

Error

Description

Sets the split mode to off in a redundant project.

EXAMPLE

The following example sets thesplit mode to off in a redundant project.

main()
{
  string sSys = "System1:";
  bool bAsk = TRUE;
  reduSetSplitOff(sSys,bAsk);
}

Assignment

Redu/Dist functions

Availability

CTRL