DXmCvtCStoDDIF(3X) — Subroutines
Digital
NAME
DXmCvtCStoDDIF − Converts a compound string into a DDIF format string.
SYNOPSIS
Opaque DXmCvtCStoDDIF (cs, byte_count, status)
XmString cs;
long ∗byte_count;
long ∗status;
DESCRIPTION
DXmCvtCStoDDIF converts a compound string into a DDIF format string. The user must free the string by using the Intrinsic routine XtFree.
Arguments
csA compound string.
byte_countThe number of bytes in the output length of the DDIF 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 DDIF string.