DXmCvtFCtoCS(3X) — Subroutines
Digital
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;
DESCRIPTION
DXmCvtFCtoCS converts a string in the file-compatible format to a compound string. The user must free the string by using the Toolkit routine XmStringFree.
Arguments
fcA pointer to the input string.
byte_countThe number of bytes in the length of the output string.
statusThe 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. |
RETURN VALUES
A pointer to the compound string.