Poster of Linux kernelThe best gift for a Linux geek
XmStringLength

XmStringLength

Section: Misc. Reference Manual Pages (library call)
Local index Up
 

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 releases. It is replaced by XmStringByteStreamLength. XmStringLength obtains the length of a compound string. It returns the number of bytes in s1 including all tags, direction indicators, and separators. If the compound string has an invalid structure, 0 (zero) is returned.

s1
Specifies the compound string
 

RETURN

Returns the length of the compound string.  

RELATED

XmStringByteStreamLength(3) and XmStringCreate(3).


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN
RELATED

This document was created by man2html, using the manual pages.
Time: 21:59:00 GMT, April 16, 2011