Product SiteDocumentation Site

8.70. SysSwitchSession (Windows only)


>>-SysSwitchSession(name)--------------------------------------><

Brings the named window to the foreground. Modern versions of Windows do not always allow a window to be brought to the foreground programmatically. Instead, the icon for the window on the task bar is set to flashing.
Parameter:
name
The name of the window you want to be the foreground window. The name of the window must exactly match the title of the window, but is not case sensitive. The title of a window is the text displayed in its title bar.
O is returned on success and a Windows System Error code (Section 8.1, “A Note on Error Codes”) on failure.