PEXStructureInfo Data Structure


 
   typedef struct {
         unsigned long       element_count;
         unsigned long       size;
         Bool                has_refs;
         unsigned short      edit_mode;
         unsigned long       element_pointer;
         unsigned short      structure_permission;
   } PEXStructureInfo;
 

PEXStructureInfo is a data structure that is common to the following function:

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