Manual Page Result
0
Command: DXmCvtDDIFtoCS | Section: 3 | Source: Digital UNIX | File: DXmCvtDDIFtoCS.3X.gz
DXmCvtDDIFtoCS(3X) 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
A pointer to the DDIF input string. The length of the compound string.
The status of the conversion procedure, indicated by one of the follow-
ing 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 DXmCvtDDIFtoCS routine converts a string in DDIF format to a com-
pound string. The user must free the string by using the Toolkit rou-
tine XmStringFree.
RETURN VALUES
A pointer to the compound string. delim off
DXmCvtDDIFtoCS(3X)