BOOL IsZoomed(hwnd) | |||||
HWND hwnd; | /* handle of window | */ |
This function determines whether or not a window has been maximized.
hwnd
Identifies the window.
The return value specifies whether or not the given window is maximized. It is nonzero if the window is maximized. Otherwise, it is zero.
IsIconic