BOOL OpenIcon(hwnd) | ||||
HWND hwnd; | /* handle of window, */ |
The OpenIcon function activates and displays a minimized window. Windows restores the window to its original size and position.
hwnd
Identifies the window.
The return value is nonzero if the function is successful. Otherwise, it is zero.
Using OpenIcon is the same as specifying the SW_SHOWNORMAL flag in a call to the ShowWindow function.