PEXElementInfo Data Structure


 
   typedef struct {
         unsigned short      type;
         unsigned short      length;
   } PEXElementInfo;
 

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

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