OpenIcon function user32

int OpenIcon(
  1. int hWnd
)

Restores a minimized (iconic) window to its previous size and position; it then activates the window.

BOOL OpenIcon(
  HWND hWnd
);

Implementation

int OpenIcon(int hWnd) => _OpenIcon(hWnd);