


XmRepTypeGetRecord(3X)				       XmRepTypeGetRecord(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmRReeppTTyyppeeGGeettRReeccoorrdd - A representation	type manager function that returns
  information about a representation type

SYNOPSIS


  ##iinncclluuddee <<XXmm//RReeppTTyyppee..hh>>
  XXmmRReeppTTyyppeeEEnnttrryy XXmmRReeppTTyyppeeGGeettRReeccoorrdd ((_r_e_p__t_y_p_e__i_d))
       XXmmRReeppTTyyppeeIIdd_r_e_p__t_y_p_e__i_d;;

DESCRIPTION
  XXmmRReeppTTyyppeeGGeettRReeccoorrdd retrieves information about a particular representation
  type that is registered with the representation type manager.	 This routine
  allocates memory for the returned data. The application must free this
  memory using XXttFFrreeee.

  _r_e_p__t_y_p_e__i_d
	    The	identification number of the representation type

  The representation type entry	structure contains the following information:


  ttyyppeeddeeff ssttrruucctt
  {{
    SSttrriinngg	 _r_e_p__t_y_p_e__n_a_m_e;;
    SSttrriinngg	 **_v_a_l_u_e__n_a_m_e_s;;
    uunnssiiggnneedd cchhaarr**_v_a_l_u_e_s;;
    uunnssiiggnneedd cchhaarr_n_u_m__v_a_l_u_e_s;;
    BBoooolleeaann	 _r_e_v_e_r_s_e__i_n_s_t_a_l_l_e_d;;
    XXmmRReeppTTyyppeeIIdd	 _r_e_p__t_y_p_e__i_d;;
  }} XXmmRReeppTTyyppeeEEnnttrryyRReecc,, **XXmmRReeppTTyyppeeEEnnttrryy ;;

  _r_e_p__t_y_p_e__n_a_m_e
	       The name	of the representation type

  _v_a_l_u_e__n_a_m_e_s  An array	of representation type value names

  _v_a_l_u_e_s       An array	of representation type numerical values

  _n_u_m__v_a_l_u_e_s   The number of values associated with the	representation type

  _r_e_v_e_r_s_e__i_n_s_t_a_l_l_e_d
	       A flag that indicates whether or	not the	reverse	converter is
	       installed

  _r_e_p__t_y_p_e__i_d  The identification number of the	representation type

RETURN VALUE
  Returns a pointer to the representation type entry structure that describes
  the representation type.

RELATED	INFORMATION
  XXmmRReeppTTyyppeeGGeettIIdd((33XX)), XXmmRReeppTTyyppeeGGeettRReeggiisstteerreedd((33XX)), and XXmmRReeppTTyyppeeRReeggiisstteerr((33XX)).




