moduleMaximize()

The given module is used as a initial point to search for the top level window that is then maximized (titlebar and taskbar will be displayed). In case of an embedded module, not the embedded module but its container module will be maximized.

Synopsis

int moduleMaximize( string moduleName);

Parameters

Parameters Meaning
moduleName Initial point to search for the top level window that is then maximized.

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 maximized (titlebar and taskbar will be displayed). In case of an embedded module, not the embedded module but its container module will be maximized.

Example

The main (top level) window is maximized.

main(){ int i; i = moduleMaximize(myModuleName()); }

Assignment

Availability

UI