XStoreBuffer(display, bytes, nbytes, buffer)
Display *display;
char *bytes;
int nbytes;
int buffer;
display | Specifies the connection to the X server. |
bytes | Specifies the bytes, which are not necessarily ASCII or null-terminated. |
nbytes | Specifies the number of bytes to be stored. |
buffer | Specifies the buffer in which you want to store the bytes. |
XStoreBuffer() can generate a BadAlloc error.
BadAlloc | The server failed to allocate the requested source or server memory. |