sapgui_window_restore
| Window Functions |
Restores the window to non-maximized state.
int sapgui_window_restore( LAST );
| LAST | Either literal LAST or Optional Arguments |
sapgui_window_restore restores the window to non-maximized state.
Return Values
This function returns LR_PASS (0) on success or LR_FAIL (1) on failure.
Parameterization
Parameterization is not applicable to this function.
Example
The following example uses sapgui_window_restore.
sapgui_window_restore( LAST );

