Atom *XListProperties(display, w, num_prop_return)
Display *display;
Window w;
int *num_prop_return;
| display | Specifies the connection to the X server. |
| w | Specifies the window whose property list you want to obtain. |
| num_prop_return | Returns the length of the properties array. |
XListProperties() can generate a BadWindow error.
| BadWindow | A value for a Window argument does not name a defined Window. |