OpenIcon

  BOOL OpenIcon(hwnd)    
  HWND hwnd; /* handle of window */

This function activates and displays an iconic (minimized) window. Windows restores it to its original size and position.

Parameters

hwnd

Identifies the window.

Return Value

The return value specifies the outcome of the function. It is nonzero if the function is successful. Otherwise, it is zero.

See Also

LoadIcon, CreateIcon