Status XGetZoomHints(display, w, zhints_return)
Display *display;
Window w;
XSizeHints *zhints_return;
| display | Specifies the connection to the X server. |
| w | Specifies the window. |
| zhints_return | Returns the zoom hints. |
XGetZoomHints() can generate a BadWindow error.
| BadWindow | A value for a Window argument does not name a defined Window. |