*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->HP-UX 11i man pages -> XmCvtXmStringToByteStream (3)              
Title
Content
Arch
Section
 

g(3)

Contents


 XmCvtXmStringToByteStream(library calXlm)CvtXmStringToByteStream(library call)




 NAME    [Toc]    [Back]
      XmCvtXmStringToByteStream - A compound string function that converts a
      compound string to a Byte Stream format

 SYNOPSIS    [Toc]    [Back]
      #include <Xm/Xm.h>
      unsigned int XmCvtXmStringToByteStream(
      XmString string,
      unsigned char **prop_return);

 DESCRIPTION    [Toc]    [Back]
      XmCvtXmStringToByteStream converts a compound string to a string of
      bytes representing the compound string in Byte Stream format.  This
      routine is typically used by the source of a data transfer operation
      to produce a Byte Stream representation for transferring a compound
      string to a destination.

      If prop_return is not NULL, this function creates a string of
      characters in Byte Stream format and returns it in prop_return.  The
      function also returns the number of bytes in prop_return.  If
      prop_return is NULL, the function does not return the Byte Stream
      format string, but it does calculate and return the number of bytes
      that would appear in the Byte Stream format string.

      string    Specifies a compound string to be converted to Byte Stream
                format

      prop_return
                Specifies a pointer to a string in Byte Stream format that
                is created and returned by this function.  If prop_return is
                NULL, no Byte Stream format string is returned.  When a Byte
                Stream format string is returned, the function allocates
                space to hold it.  The application is responsible for
                managing this allocated space.  The application can recover
                the allocated space by calling XtFree.

 RETURN    [Toc]    [Back]
      Returns the number of bytes in the Byte Stream representation (whether
      or not the Byte Stream representation is returned).

 RELATED    [Toc]    [Back]
      XmString [ Back ]


 Similar pages
Name OS Title
XmCvtByteStreamToXmString HP-UX A compound string function that converts from a compound string in Byte Stream format to a compound string
XmCvtCTToXmString IRIX A compound string function that converts compound text to a compound string
XmCvtXmStringToCT Tru64 A compound string function that converts a compound string to compound text
XmCvtCTToXmString Tru64 A compound string function that converts compound text to a compound string
XmCvtXmStringToCT IRIX A compound string function that converts a compound string to compound text
XmCvtXmStringToCT HP-UX A compound string function that converts a compound string to compound text
XmCvtCTToXmString HP-UX A compound string function that converts compound text to a compound string
XmStringTableToXmString HP-UX A convenience function that converts a compound string table to a single compound string
XmStringToXmStringTable HP-UX A convenience function that converts a single compound string to a table of compound strings
XmMapSegmentEncoding HP-UX A compound string function that returns the compound text encoding format associated with the specified font l
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service