Manual Page Result
0
Command: DXmCvtFCtoCS | Section: 3 | Source: Digital UNIX | File: DXmCvtFCtoCS.3X.gz
DXmCvtFCtoCS(3X) DXmCvtFCtoCS(3X)
NAME
DXmCvtFCtoCS - Converts a string in the file-compatible format to a
compound string.
SYNOPSIS
XmString DXmCvtFCtoCS (fc, byte_count, status)
Opaque fc;
long *byte_count;
long *status;
PARAMETERS
A pointer to the input string. The number of bytes in the length of
the output 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 DXmCvtFCtoCS routine converts a string in the file-compatible for-
mat to a compound string. The user must free the string by using the
Toolkit routine XmStringFree.
RETURN VALUES
A pointer to the compound string. delim off
DXmCvtFCtoCS(3X)