Status XInternalConnectionNumbers(display, fd_return, count_return)
Display *display;
int **fd_return;
int *count_return;
| display | Specifies the connection to the X server. |
| fd_return | Returns the file descriptors. |
| count_return | Returns the number of file descriptors. |