 |
Index for Section 3X |
|
 |
Alphabetical listing for D |
|
 |
Bottom of page |
|
DXmCvtCStoFC(3X)
NAME
DXmCvtCStoFC - Converts a compound string to a file-compatible format
string. Currently uses text format.
SYNOPSIS
Opaque DXmCvtCStoFC(
XmString cs,
long *byte_count,
long *status );
PARAMETERS
cs A compound string.
byte_count
The number of bytes in the output length of the string.
status
The status of the conversion procedure, indicated by one of the
following values:
_________________________________________________________
Value Description
_________________________________________________________
DXmCvtStatusOK The conversion was successful.
DXmCvtStatusDataLoss
Data was lost during the
conversion.
DXmCvtStatusFail The conversion was not successful.
_________________________________________________________
DESCRIPTION
The DXmCvtCStoFC routine converts a compound string to a file-compatible
format string. It currently uses text format. The user must free the string
by using the Intrinsic routine XtFree.
RETURN VALUES
A pointer to the file-compatible format string.
 |
Index for Section 3X |
|
 |
Alphabetical listing for D |
|
 |
Top of page |
|