Index Index for
Section 3
Index Alphabetical
listing for D
Index Bottom of
page

DXmCvtFCtoCS(3X)

NAME

DXmCvtFCtoCS - Converts a string in the file-compatible format to a compound string.

SYNOPSIS

XmString DXmCvtFCtoCS( Opaque fc, long *byte_count, long *status );

PARAMETERS

fc A pointer to the input string. byte_count The number of bytes in the length of the output string. 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 DXmCvtFCtoCS routine converts a string in the file-compatible 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.

Index Index for
Section 3
Index Alphabetical
listing for D
Index Top of
page