char *XFetchBuffer(display, nbytes_return, buffer)
Display *display;
int *nbytes_return;
int buffer;
| display | Specifies the connection to the X server. |
| nbytes_return | Returns the number of bytes in the buffer. |
| buffer | Specifies the buffer from which you want the stored data returned. |