PEXListOfNameSetPair Data Structure


 
   typedef struct {
         unsigned short       count;    /* number of pairs */
         PEXNameSetPair      *pairs;
   } PEXListOfNameSetPair;
 

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

For a list of data structures for name sets, see Data Structures for Name Sets.