


DXmCvtCStoFC(3X)					     DXmCvtCStoFC(3X)



NAME
  DDXXmmCCvvttCCSSttooFFCC - Converts a compound string to a file-compatible format
  string. Currently uses text format.

SYNOPSIS

  OOppaaqquuee DDXXmmCCvvttCCSSttooFFCC ((_c_s,, _b_y_t_e__c_o_u_n_t,, _s_t_a_t_u_s))
	  XXmmSSttrriinngg  _c_s;;
	  lloonngg	    **_b_y_t_e__c_o_u_n_t;;
	  lloonngg	    **_s_t_a_t_u_s;;

PARAMETERS

  _c_s  A	compound string.

  _b_y_t_e__c_o_u_n_t
      The number of bytes in the output	length of the string.

  _s_t_a_t_u_s
      The status of the	conversion procedure, indicated	by one of the follow-
      ing values:


      _______________________________________________

      Value		     Description

      _______________________________________________

      DXmCvtStatusOK

			     The conversion was	suc-
			     cessful.

      DXmCvtStatusDataLoss

			     Data was lost during the
			     conversion.

      DXmCvtStatusFail

			     The conversion was	not
			     successful.

      _______________________________________________

DESCRIPTION

  The DDXXmmCCvvttCCSSttooFFCC 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	XXttFFrreeee.

RETURN VALUES

  A pointer to the file-compatible format string.










