pswp (PSWP)

      Set window position structure.

      This points to a SWP structure. The structure has the appropriate SWP_* indicators set to describe the operation that is occurring to the window.

    ulReserved (ULONG)

      Reserved value, should be 0.

    rc (BOOL)

      Processed indicator.

      TRUE

        The message has been processed; the default system actions for the operation specified by the pswp parameter to the window are not to be performed.
      FALSE
        The message has been ignored; the default system actions for the operation specified by the pswp parameter to the window are to be performed.


      [Back] [Next]