|
DXmCvtFCtoCS(3X)
Contents
|
DXmCvtFCtoCS - Converts a string in the file-compatible
format to a compound string.
XmString DXmCvtFCtoCS(
Opaque fc,
long *byte_count,
long *status );
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:
----------------------------------------------------------
Value Description
----------------------------------------------------------
DXmCvtStatusOK The conversion was successful.
DXmCvtStatusDataLoss Data was lost during the conversion.
DXmCvtStatusFail The conversion was not successful.
----------------------------------------------------------
The DXmCvtFCtoCS routine converts a string in the filecompatible
format to a compound string. The user must
free the string by using the Toolkit routine XmStringFree.
A pointer to the compound string.
DXmCvtFCtoCS(3X)
[ Back ] |