


DXmCvtDDIFtoCS(3X)					   DXmCvtDDIFtoCS(3X)



NAME
  DDXXmmCCvvttDDDDIIFFttooCCSS - Converts a string in	DDIF format to a compound string.

SYNOPSIS

  XXmmSSttrriinngg DDXXmmCCvvttDDDDIIFFttooCCSS ((_d_d_i_f,,_s_i_z_e,,_r_e_t_u_r_n__s_t_a_t_u_s))
	    OOppaaqquuee  _d_d_i_f;;
	    lloonngg    **_s_i_z_e;;
	    lloonngg    **_r_e_t_u_r_n__s_t_a_t_u_s;;

PARAMETERS

  _d_d_i_f
      A	pointer	to the DDIF input string.

  _s_i_z_e
      The length of the	compound string.

  _r_e_t_u_r_n__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tDDDDIIFFttooCCSS routine converts a	string in DDIF format to a compound
  string. The user must	free the string	by using the Toolkit routine
  XXmmSSttrriinnggFFrreeee.

RETURN VALUES

  A pointer to the compound string.










