Manual Page Result
0
Command: DXmCvtCStoOS | Section: 3 | Source: Digital UNIX | File: DXmCvtCStoOS.3X.gz
DXmCvtCStoOS(3X) DXmCvtCStoOS(3X)
NAME
DXmCvtCStoOS - Converts a compound string to an operating-system spe-
cific format. Currently uses text format.
SYNOPSIS
Opaque DXmCvtCStoOS (cs, byte_count, status)
XmString cs;
long *byte_count;
long *status;
PARAMETERS
A compound 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:
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 DXmCvtCStoOS routine converts a compound string to an operating-
system specific format. It currently uses text format. The user must
free the string by using the Intrinsic routine XtFree.
RETURN VALUES
The address of the file-compatible format string. delim off
DXmCvtCStoOS(3X)