


XmRepTypeGetRegistered(3X)			   XmRepTypeGetRegistered(3X)
OSF/Motif							    OSF/Motif



NAME
  XXmmRReeppTTyyppeeGGeettRReeggiisstteerreedd - A representation type manager function that
  returns a copy of the	registration list

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eLLiisstt	XXmmRReeppTTyyppeeGGeettRReeggiisstteerreedd (())

DESCRIPTION
  XXmmRReeppTTyyppeeGGeettRReeggiisstteerreedd retrieves information about all representation	types
  that are registered with the representation type manager.  The registration
  list is an array of structures, each of which	contains information for a
  representation type entry.  The end of the registration list is marked with
  a representation type	entry whose _r_e_p__t_y_p_e__n_a_m_e field	has a NULL pointer.
  This routine allocates memory	for the	returned data.	The application	must
  free this memory using XXttFFrreeee.

  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eLLiisstt ;;

  _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 registration	list of	representation types.



RELATED	INFORMATION
  XXmmRReeppTTyyppeeRReeggiisstteerr((33XX))	and XXmmRReeppTTyyppeeGGeettRReeccoorrdd((33XX)).




