Status XGetCommand(display, w, argv_return, argc_return)
Display *display;
Window w;
char ***argv_return;
int *argc_return;
| display | Specifies the connection to the X server. |
| w | Specifies the window. |
| argv_return | Returns the application's argument list. |
| argc_return | Returns the number of arguments returned. |