Manual Page Result
0
Command: DXmCvtCStoFC | Section: 3 | Source: Digital UNIX | File: DXmCvtCStoFC.3X.gz
DXmCvtCStoFC(3X) DXmCvtCStoFC(3X)
NAME
DXmCvtCStoFC - Converts a compound string to a file-compatible format
string. Currently uses text format.
SYNOPSIS
Opaque DXmCvtCStoFC (cs, byte_count, status)
XmString cs;
long *byte_count;
long *status;
PARAMETERS
A compound string. The number of bytes in the output length of the
string. The status of the conversion procedure, indicated by one of
the following values:
tab(@); lfHB lfHB l l . _
Value@Description
_
DXmCvtStatusOK@T{ The conversion was successful. T}
DXmCvtStatusDataLoss@T{ Data was lost during the conversion. T}
DXmCvtStatusFail@T{ The conversion was not successful. T}
_
DESCRIPTION
The DXmCvtCStoFC routine converts a compound string to a file-compati-
ble 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. delim off
DXmCvtCStoFC(3X)