ArrangeIconicWindows function user32

int ArrangeIconicWindows(
  1. int hWnd
)

Arranges all the minimized (iconic) child windows of the specified parent window.

UINT ArrangeIconicWindows(
  HWND hWnd
);

Implementation

int ArrangeIconicWindows(int hWnd) => _ArrangeIconicWindows(hWnd);