Manual Page Result
0
Command: DXmCvtOStoCS | Section: 3 | Source: Digital UNIX | File: DXmCvtOStoCS.3X.gz
DXmCvtOStoCS(3X) DXmCvtOStoCS(3X)
NAME
DXmCvtOStoCS - Converts a string in the operating-system-specific for-
mat to a compound string.
SYNOPSIS
XmString DXmCvtOStoCS (os_string, byte_count, status)
Opaque os_string;
long *byte_count;
long *status;
PARAMETERS
A pointer to the input 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 DXmCvtOStoCS routine converts a string in the operating-system-spe-
cific 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. delim off
DXmCvtOStoCS(3X)