msgs12.hlp (Topic list)
WM_ADJUSTWINDOWPOS changes
Full Description                                    Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
MS OS/2 version 1.2 changes
 
An application should return FALSE if it does not change the SWP structure.
Otherwise, it should return on of the following values:
 
Value           Meaning
────────────────────────────────────────────────────────────────────────────
AWP_MINIMIZED   The window was minimized.
 
AWP_MAXIMIZED   The window was maximized.
 
AWP_RESTORED    The window was restored.
 
AWP_ACTIVATE    The window was activated.
 
AWP_DEACTIVATE  The window was deactivated.
 
                                      ♦