hwndInsertBehind (HWND) - input

      Relative window-placement order.

      Ignored if SWP_ZORDER is not selected. Values that can be specified are:

      HWND_TOP

        Place hwnd on top of all siblings
      HWND_BOTTOM
        Place hwnd behind all siblings
      Other
        Identifies the sibling window behind which hwnd is to be placed.


      [Back] [Next]