PEXEnumTypeDesc Data Structure


 
   typedef struct {
         PEXEnumTypeIndex     index;
         char                 *descriptor;      /* null terminated string */
   } PEXEnumTypeDesc;
 

PEXEnumTypeDesc is a data structure that is common to the following functions:

For a list of data structures for enumerated types, see Data Structures for Enumerated Types.