moduleShowFullScreen()
The given module is used as a initial point to search for the top level window that is then enlarged to full screen (titlebar and taskbar are hidden). In case of an embedded module, not the embedded module but its container module will be enlarged.
Synopsis
int moduleShowFullScreen( string moduleName);
Parameters
Parameters | Meaning |
---|---|
moduleName | Initial point to search for the top level window that is then enlarged. |
Return value
The function returns 0 in normal operation or in the event of errors -1.
Error
Description
The given module is used as a initial point to search for the top level window that is then enlarged to full screen (titlebar and taskbar are hidden). In case of an embedded module, not the embedded module but its container module will be enlarged.
Example
The main (top level) window is maximized.
main()
{
int i;
i = moduleShowFullScreen(myModuleName());
}
Assignment
Availability
UI