Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmStringLength(3)	    Library Functions Manual	       XmStringLength(3)

NAME
     XmStringLength  --  A compound string function that obtains the length of a
     compound string

SYNOPSIS
     #include <Xm/Xm.h>
     int XmStringLength(
     XmString s1);

DESCRIPTION
     This function is obsolete and exists for compatibility  with  previous  re-
     leases. It is replaced by XmStringByteStreamLength.

     XmStringLength obtains the length of a compound string. It returns the num-
     ber  of  bytes  in s1 including all tags, direction indicators, and separa-
     tors. If the compound string has an invalid  structure,  0  (zero)  is  re-
     turned.

     s1        Specifies the compound string

RETURN
     Returns the length of the compound string.

RELATED
     XmStringByteStreamLength(3) and XmStringCreate(3).

							       XmStringLength(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmStringLength&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help