Function 18, subfunction 10 - minimize application window.
Minimizes the own window.
Parameters:
- eax = 18 - function number
- ebx = 10 - subfunction number
Returned value:
- function does not return value
Remarks:
- The minimized window from the point of view of function 9
keeps position and sizes.
- Restoring of an application window occurs at its activation by
subfunction 3.
- Usually there is no necessity to minimize/restire a window
obviously: minimization of a window is carried out by the system
at pressing the minimization button (for skinned windows
it is defined automatically by function 0,
for other windows it can be defined manually by function 8),
restore of a window is done by the application '@panel'.