1XmCvtByteStreamToXmString(library call)XmCvtByteStreamToXmString(library call)
2
3
4

NAME

6       XmCvtByteStreamToXmString  —  A  compound string function that converts
7       from a compound string in Byte Stream format to a compound string
8

SYNOPSIS

10       #include <Xm/Xm.h>
11       XmString XmCvtByteStreamToXmString(
12       unsigned char *property);
13

DESCRIPTION

15       XmCvtByteStreamToXmString converts a stream  of  bytes  representing  a
16       compound  string in Byte Stream format to a compound string.  This rou‐
17       tine is typically used by the destination of a data transfer  operation
18       to produce a compound string from a transferred Byte Stream representa‐
19       tion.
20
21       property  Specifies a compound string  representation  in  Byte  Stream
22                 format.
23

RETURN

25       Returns  a  compound  string.  The function allocates space to hold the
26       returned compound string.  The application is responsible for  managing
27       this allocated space.  The application can recover this allocated space
28       by calling XmStringFree.
29
31       XmString(3), XmCvtXmStringToByteStream(3), and XmStringFree(3).
32
33
34
35                                       XmCvtByteStreamToXmString(library call)
Impressum