SetForegroundLockTimeout
Some DigaSystem applications have problems to come to the foreground with Windows 98, 2000 and ME. The reason is that newer Windows versions no longer allow an application to bring themselves into foreground. There is however a flag in the Windows registry to achieve the old behaviour: "HKEY_CURRENT_USER\Control Panel\Desktop\ForegroundLockTimeout" which must be set to 0 (standard is 20000). This is now done automatically by the DLL during startup, but you must perform at least a re-login before it becomes active. The value "SetForegroundLockTimeout" can be used to define to which value the entry in the Windows registry is set during startup, default is 0.
Possible values: 0 to 20000
Default value: 0