Index Click this button to go to the index for this section.


DXmCvtDDIFtoCS(3X)

NAME

DXmCvtDDIFtoCS - Converts a string in DDIF format to a compound string.

SYNOPSIS

XmString DXmCvtDDIFtoCS (ddif,size,return_status) Opaque ddif; long *size; long *return_status;

PARAMETERS

ddif A pointer to the DDIF input string. size The length of the compound string. return_status 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. _______________________________________________

DESCRIPTION

The DXmCvtDDIFtoCS routine converts a string in DDIF format to a compound string. The user must free the string by using the Toolkit routine XmStringFree.

RETURN VALUES

A pointer to the compound string.