msgs12.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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.
 
                                      ♦