flResult (ULONG)

      Window-adjustment status indicators.

      These indicators are passed on to the WM_WINDOWPOSCHANGED message that is sent after the window state change has occurred. Bits 0 through 15 of this parameter are reserved for system use and bits 16 through 31 are available for application use.

    • No changes have been made
      AWP_MINIMIZED
        The frame window has been minimized.
      AWP_MAXIMIZED
        The frame window has been maximized.
      AWP_RESTORED
        The frame window has been restored.
      AWP_ACTIVATE
        The frame window has been activated.
      AWP_DEACTIVATE
        The frame window has been deactivated.


      [Back] [Next]