PEXTableInfo Data Structure


 
   typedef struct {
         unsigned short      definable_entries;
         unsigned short      predefined_count;
         unsigned short      predefined_min;
         unsigned short      predefined_max;
   } PEXTableInfo;
 

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

For a list of data structures for lookup tables, see Data Structures for Lookup Tables.