hwnd (HWND) - input

      Handle of the window whose child windows are to be enumerated.

      HWND_DESKTOP

        Enumerate all main windows
      HWND_OBJECT
        Enumerate all object windows
      Other
        Enumerate all immediate children of the specified window.


      [Back] [Next]