PEXListOfUShort Data Structure


 
   typedef struct {
         unsigned short      count;     /* number of shorts */
         unsigned short      *shorts;
   } PEXListOfUShort;
 

PEXListOfUShort is a data structure that is referenced by the following data structure:

For a list of data structures for connectivity, see Data Structures for Connectivity.