Query: xstorebytes
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XStoreBytes() XStoreBytes() Name XStoreBytes - store data in cut buffer 0. Synopsis XStoreBytes(display, bytes, nbytes) Display *display; char bytes[]; int nbytes; Arguments display Specifies a connection to an X server; returned from XOpenDisplay(). bytes Specifies the string of bytes to store. The byte string is not necessarily ASCII or NULL-terminated. nbytes Specifies the number of bytes to store. Description XStoreBytes() stores data in cut buffer 0, usually for reading by another client that already knows the meaning of the contents. Note that the cut buffer's contents need not be text, so null bytes are not special. The cut buffer's contents may be retrieved later by any client calling XFetchBytes(). Use XStoreBuffer() to store data in buffers 1-7. Note that selections are the preferred method of transferring data between applications. For more information on cut buffers, see Volume One, Chapter 15, Other Programming Techniques. For more information on selections, see Volume One, Chapter 12, Interclient Communication. Errors BadAlloc See Also XFetchBuffer(), XFetchBytes(), XRotateBuffers(), XStoreBuffer(). Xlib - Cut Buffers XStoreBytes()
Related Man Pages |
---|
xstorebytes(3x11) - redhat |
xfetchbuffer(3x11) - redhat |
xrotatebuffers(3) - debian |
xfetchbytes(3x11) - osf1 |
xstorebytes(3x11) - osf1 |
Similar Topics in the Unix Linux Community |
---|
How to list file size on HPUX? |
Is UNIX an open source OS ? |
Wrong Array... |
Tar Command |
Shopt -s histappend |