hwndClipWindow (HWND) - input

      Handle of window for clipping.

      Values to be specified can be one of the following:

      HWND_BOTTOM

        Clip the last window in the sibling chain and continue clipping until the next window is hwnd or NULLHANDLE.
      HWND_TOP
        Clip the first window in the sibling chain and continue clipping until the next window is hwnd or NULLHANDLE.
      NULLHANDLE
        Clip all siblings to the window hwnd.


      [Back] [Next]