Content-type: text/html Man page of DXmCvtDDIFtoCS

DXmCvtDDIFtoCS

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

NAME

DXmCvtDDIFtoCS - Converts a string in DDIF format to a compound string.  

SYNOPSIS

XmString DXmCvtDDIFtoCS( 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 following values:


ValueDescription

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


 

DESCRIPTION

The DXmCvtDDIFtoCS routine converts a string in DDIF 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

NAME
SYNOPSIS
PARAMETERS
DESCRIPTION
RETURN VALUES

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