ArrangeIconicWindows function Null safety user32
- 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);