XStoreBytes(display, bytes, nbytes)
      Display *display;
      char *bytes;
      int nbytes;
| 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. | 
XStoreBytes() can generate a BadAlloc error.
| BadAlloc | The server failed to allocate the requested source or server memory. |