Content-type: text/html Man page of DXmCvtCStoFC

DXmCvtCStoFC

Section: Miscellaneous Library Functions (3X)
Index Return to Main Contents
 

NAME

DXmCvtCStoFC - Converts a compound string to a file-compatible format string. Currently uses text format.  

SYNOPSIS

Opaque DXmCvtCStoFC( XmString cs, long *byte_count, long *status );
 

PARAMETERS

A compound string. The number of bytes in the output length of the string. The status of the conversion procedure, indicated by one of the following values:


ValueDescription

DXmCvtStatusOKThe conversion was successful.
DXmCvtStatusDataLoss Data was lost during the conversion.
DXmCvtStatusFailThe conversion was not successful.


 

DESCRIPTION

The DXmCvtCStoFC routine converts a compound string to a file-compatible format string. It currently uses text format. The user must free the string by using the Intrinsic routine XtFree.
 

RETURN VALUES

A pointer to the file-compatible format string.


 

Index

NAME
SYNOPSIS
PARAMETERS
DESCRIPTION
RETURN VALUES

This document was created by man2html, using the manual pages.
Time: 02:41:03 GMT, October 02, 2010