manpagez: man pages & more
man XmStringByteStreamLength(3)
Home | html | info | man
XmStringByteStreamLength(library call)  XmStringByteStreamLength(library call)




NAME

       XmStringByteStreamLength  --  A  function  that  returns  the size of a
       string


SYNOPSIS

       #include <Xm/Xm.h>
       unsigned int XmStringByteStreamLength (string)
               unsigned char   *string;
       (void)


DESCRIPTION

       XmStringByteStreamLength receives  a  byte  stream  format  string  and
       returns  the  size,  in  bytes,  of  that stream, including the header.
       Because of this header information,  even  a  NULL  string  will  cause
       XmStringByteStreamLength to return a non-zero value.

       string    Specifies the byte stream format string.


RETURN VALUES

       Returns the size of string, including the header.



                                        XmStringByteStreamLength(library call)

openMotif 2.3.1 - Generated Tue Dec 2 10:38:00 CST 2008
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.